SPIRV-Cross/reference/shaders-no-opt/asm
Hans-Kristian Arntzen eb0f0323d3 HLSL: Workaround FXC bugs with degenerate switch blocks.
When we see a switch block which only contains one default block, emit a
do {} while(false) statement instead, which is far more idiomatic and
readable anyways.
2020-06-23 15:39:04 +02:00
..
comp Fix duplicated initialization for loop variables with initializers. 2020-06-19 10:51:00 +02:00
frag HLSL: Workaround FXC bugs with degenerate switch blocks. 2020-06-23 15:39:04 +02:00
geom Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
tesc Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
vert Support empty structs. 2018-04-05 16:26:54 +02:00
temporary.zero-initialize.asm.frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00