Search
lxdream.org :: lxdream/src/pvr2/fragment.glsl :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/fragment.glsl
changeset 635:76c63aac3590
author nkeynes
date Sun Sep 07 04:23:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fog work-in-progress
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/pvr2/fragment.glsl Sun Sep 07 04:23:49 2008 +0000
1.3 @@ -0,0 +1,7 @@
1.4 +// Standard PVR2 fragment shader
1.5 +
1.6 +void main()
1.7 +{
1.8 + gl_FragColor = gl_Color;
1.9 + gl_FragDepth = gl_FragCoord.z;
1.10 +}
1.11 \ No newline at end of file
.