blender/intern/cycles/device/multi
Michael Jones e688c927eb Fix T94022: Both options GPU/CPU checked under preferences cause viewport render crash. (ARM/Metal)
This fixes crash T94022 when selecting live viewport render with both GPU & CPU devices selected. It is caused by incorrect `KernelBVHLayout` assignment. Similar to `BVH_LAYOUT_MULTI_OPTIX` for Optix, this patch adds a `BVH_LAYOUT_MULTI_METAL` to correctly redirect to the correct Metal BVH layout type.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D13561
2021-12-13 22:34:48 +00:00
..
device.cpp Fix T94022: Both options GPU/CPU checked under preferences cause viewport render crash. (ARM/Metal) 2021-12-13 22:34:48 +00:00
device.h Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00