DirectXShaderCompiler
DirectXShaderCompiler copied to clipboard
DXC crashes on bad shader register input
Description
StructuredBuffer<uint> foo : FOO(123);
void main() {} // unneeded
This crashes on latest dxc.