Fixed rendering for MacOS #82

Merged
Bogdan Nagirniak merged 10 commits from BLEN-473 into hydra-render 2023-08-02 09:37:25 +02:00
Showing only changes of commit f870bff953 - Show all commits

View File

@ -140,8 +140,8 @@ pxr::HdTaskSharedPtrVector Engine::tasks()
if (scene_->r.alphamode != R_ALPHAPREMUL) {
#ifndef __APPLE__
/* TODO: Temporary disable skydome task for MacOS due to crash with error:
Failed to created pipeline state, error depthAttachmentPixelFormat is not valid
and shader writes to depth */
* Failed to created pipeline state, error depthAttachmentPixelFormat is not valid
* and shader writes to depth */
res.push_back(light_tasks_delegate_->skydome_task());
#endif
}