index
:
deployment/Gem-snapshots
linux/amd64
osx/i386
osx/x86_64
Gem snapshot builds provided by Travis-CI
Graphical Environment for Multimedia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Gem
/
examples
/
10.glsl
/
tri2fan.frag
blob: 391dc6893a71c8954c6a45bb24207a274fbd9339 (
plain
)
1
2
3
4
5
6
void main() { gl_FragColor = vec4(1.0,1.0,1.0,0.1); // set color }