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

13 lines
151 B
GLSL
Raw Normal View History

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
fragment void main0()
{
for (int _22 = 35; _22 >= 0; _22--)
{
}
}