index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
fpglsl
/
tex.glsl
blob: 4302fabe2d51175c1cb8d4c67ad6874d84c90f58 (
plain
)
1
2
3
4
5
6
uniform sampler2D tex1; void main() { gl_FragColor = texture2D(tex1, gl_Color.xy); }