SPIRV-Cross/reference/shaders-no-opt
Hans-Kristian Arntzen 46e4b5a3c8 Fix control flow bug where we missed continue;
Case which caused failure:

if (cond)
{
    continue;
}
break;

Only allow tracing from inner selections if the outer header never
merges execution.
2022-06-07 15:04:01 +02:00
..
asm Add tests for OpCompositeInsert edge cases. 2022-05-18 16:43:32 +02:00
comp Fix control flow bug where we missed continue; 2022-06-07 15:04:01 +02:00
frag GLSL: Implement 1D texture emulation for ES. 2022-05-27 11:51:34 +02:00
legacy/frag Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
vert GLSL: Add option to force flattening IO blocks. 2020-07-28 15:16:06 +02:00
vulkan Add test for SPIR-V 1.6 Volatile HelperInvocation. 2022-03-04 11:19:33 +01:00