index
:
clyne/gamedev
master
refactor
A 2D video game project
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test.frag
blob: c30ef4d78504e6b986071f0ca6ea4726b0902840 (
plain
)
1
2
3
4
#version 120 void main(){ gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0); }