SPIRV-Cross/shaders/vulkan
Hans-Kristian Arntzen 2097c30985 GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing.
Fairly minor differences, so can keep them side by side without too much
effort. NV support is effectively deprecated now however.

- Add OpConvertUToAccelerationStructureKHR
- Ignore/Terminate ray is now a terminator in KHR, but a call in NV.
- Fix some bugs with reportIntersection.
2021-01-08 14:59:04 +01:00
..
comp GLSL: Emit storage qualifiers for buffer_reference. 2020-11-23 16:26:33 +01:00
frag Move all .invalid shaders into no-opt folders. 2019-11-05 13:19:19 -05:00
rahit GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing. 2021-01-08 14:59:04 +01:00
rchit GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing. 2021-01-08 14:59:04 +01:00
rgen GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing. 2021-01-08 14:59:04 +01:00
rint GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing. 2021-01-08 14:59:04 +01:00
rmiss GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing. 2021-01-08 14:59:04 +01:00
vert Support the SPV_KHR_device_group extension. 2019-07-13 16:45:54 -05:00