ChristianReinbold
ChristianReinbold
**Description** DXC generates invalid spir-v code when casting 16bit data types. **Steps to Reproduce** https://godbolt.org/z/5vKcqxT76 Compile the following shader with options `-T lib_6_4 -spirv -fspv-target-env=vulkan1.2 -enable-16bit-types -HV 2021` ``` [[vk::binding(0,4)]]...
**Description** When using ray queries together with `-fspv-debug=vulkan-with-source`, DXC crashes. **Steps to Reproduce** Find a reproducer here: https://godbolt.org/z/oxYerbYPP Compile ``` [shader("raygeneration")] void main() { RayQuery q; } ``` with options...