SPIRV-Cross/reference/opt/shaders/asm/frag/phi-loop-variable.asm.frag
2017-11-23 09:50:11 +01:00

12 lines
128 B
GLSL

#version 450
void main()
{
int _16;
int _23;
for (int _22 = 35; _22 >= 0; _23 = _22 - 1, _22 = _23)
{
}
}