SPIRV-Cross/reference/shaders-msl/asm/frag/phi-loop-variable.asm.frag

15 lines
196 B
GLSL
Raw Normal View History

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
fragment void main0()
{
2017-11-22 10:29:54 +00:00
int _16;
int _23;
for (int _22 = 35; _22 >= 0; _23 = _22 - 1, _22 = _23)
{
}
}