Just spent hours trying to understand why a traceRayEXT() GLSL call wasn't working (no validation message), turns out I had set maxPipelineRecursionDepth to 0 instead of 1 for the RT pipeline.... Vulkan debugging is quite painful when the validation layers aren't catching your stupid mistakes ^^
10 months ago