Simon Taylor
Simon Taylor
If I try to create a switch statement with a literal value as the input, I get an error like the following when compiling with spirv: ``` file.hlsl:5:7: error: non-32bit...
#3016 seems to have reappeared. Unknown if it is exact same issue or just similar, but symptoms and general area of code are the same, at least. Repro is unchanged:...
I'm hitting an infinite loop when compiling a shader with a particular pattern of inheritance and function calls to a helper struct. From reducing the repro case the problem appears...