forked from blender/blender
Fixed rendering for MacOS #82
@ -140,8 +140,8 @@ pxr::HdTaskSharedPtrVector Engine::tasks()
|
|||||||
if (scene_->r.alphamode != R_ALPHAPREMUL) {
|
if (scene_->r.alphamode != R_ALPHAPREMUL) {
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
/* TODO: Temporary disable skydome task for MacOS due to crash with error:
|
/* TODO: Temporary disable skydome task for MacOS due to crash with error:
|
||||||
Failed to created pipeline state, error depthAttachmentPixelFormat is not valid
|
* Failed to created pipeline state, error depthAttachmentPixelFormat is not valid
|
||||||
and shader writes to depth */
|
* and shader writes to depth */
|
||||||
res.push_back(light_tasks_delegate_->skydome_task());
|
res.push_back(light_tasks_delegate_->skydome_task());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user