mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
13 lines
151 B
GLSL
13 lines
151 B
GLSL
|
#include <metal_stdlib>
|
||
|
#include <simd/simd.h>
|
||
|
|
||
|
using namespace metal;
|
||
|
|
||
|
fragment void main0()
|
||
|
{
|
||
|
for (int _22 = 35; _22 >= 0; _22--)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
|