GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
ErisCyan
/
minerva
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
minerva
/
Userland
/
Libraries
/
LibGLSL
/
Tests
/
parser
/ for-statement.glsl
minerva
on 13 Jul
76 bytes
Initial commit
Raw
Blame
History
void main() { int b = 0; for (int a = 0; true; a++) b++; }