This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
RetroArch
mirror of
https://github.com/libretro/RetroArch.git
Watch
1
Star
0
Fork
You've already forked RetroArch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vfs_implementation-warning-fix
RetroArch
/
deps
/
SPIRV-Cross
/
reference
/
shaders-no-opt
/
asm
/
frag
/
while-loop-inverted-test.as...
14 lines
140 B
GLSL
Raw
Permalink
Blame
History
#version 450
void
main
(
)
{
int
i
=
0
;
int
j
=
0
;
while
(
!
(
i
==
20
)
)
{
j
=
(
(
j
+
i
)
+
1
)
*
j
;
i
+
+
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink