added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 21 Nov 2008 17:03:19 +0000 (10:03 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Nov 2008 20:11:05 +0000 (13:11 -0700)
commit80301866f613960850ebd872a08e8fb03c4760c1
tree1e577968db748e3c67acb4c2cbbd0bd6699581f1
parent7e97362884bcaa564730b05c28fb9f33734c7449
added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader

Fragment's red/greenb/blue is a function gl_FragCoord.xyz
progs/glsl/Makefile
progs/glsl/fragcoord.c [new file with mode: 0644]