mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
12 lines
126 B
GLSL
12 lines
126 B
GLSL
|
#version 450
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
int _13;
|
||
|
for (int _12 = 0; !(_12 == 16); _12 = _13)
|
||
|
{
|
||
|
_13 = _12 + 1;
|
||
|
}
|
||
|
}
|
||
|
|