RadeonRays_SDK
RadeonRays_SDK copied to clipboard
Incomplete vulkan compute shaders
I've been trying to use the vulkan backend on linux (without embedding kernels). During the spirv blob generation I get link errors for most of the GLSL kernels; the only one which doesn't fail is bvh2.comp. It seems that these kernels are missing the entry points (intersect_main and occlude_main)?
+1