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>
Fri, 21 Nov 2008 17:04:37 +0000 (10:04 -0700)
commitc45c5c4ca42c29ab73e89449a41a843c24fbe159
treea8dd0ad0eb7783be0daa92d116b4d6bc53c31961
parent3e0164aabb48a99fce58964cad99fd3978ee84f6
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]