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 Sat Jun 14 11:54:15 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Change colour params to float
Convert background processing over to scene structure (fixes some depth issues as well)
Add color unclamp when supported
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/pvr2/fragment.glsl Sat Jun 14 11:54:15 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
.