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