index
:
svn2git/trunk.git
master
trunk: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
noncvs
/
windows
/
extra
/
Gem
/
examples
/
10.glsl
/
tri2fan.frag
blob: 4a16f828e3e3aa9a21054aaf0379ff908b6b1abe (
plain
)
1
2
3
4
5
6
void main() { gl_FragColor = vec4(1.0,1.0,1.0,0.1); // set color }