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: 131a3e6c4c4fcec431739d0cc84802e35c8f4978 (
plain
)
1
2
3
4
#version 130 void main(){ gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0); }