vk_raytracing_tutorial_KHR
vk_raytracing_tutorial_KHR copied to clipboard
Fix incorrect sbtRecordOffset
This has to be 1 for the shadow version of the any hit shader to be used. This fixes the issue observed in https://gitlab.freedesktop.org/mesa/mesa/-/issues/6692 .
Thanks @KonstantinSeurer, the document had the right value, but the code that was committed did not. I'll be fixing this shortly.