Blender Git Commit Log
Git Commits -> Revision 5ae9e4e
Revision 5ae9e4e by Sergey Sharybin (cycles-x) April 28, 2021, 17:49 (GMT) |
Fix wrong order of graphics interop destruction The GPU display needs to be destroyed after path trace works, otherwise the CUDA interop resource destruction will error with an invalid graphics context. Additionally, added guards to ensure the CUDA graphics interop object is never copied. |
Commit Details:
Full Hash: 5ae9e4e08d37227a847bfedd3a670d9dd1c7e5e2
Parent Commit: 0bdc814
Lines Changed: +8, -2