mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
de07e66728
spirv-cross defaults to 450 but will not parse shaders containing the RayQuery capability unless the version is set to 460. This change modifies the built-in GLSL cross tool to set `--version 460`. This change does not affect user-specified spirv-cross configurations.