Search
lxdream.org :: lxdream/src/pvr2/fragment.glsl
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/fragment.glsl
changeset 635:76c63aac3590
author nkeynes
date Wed Oct 07 17:53:56 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Create a host attachment for the SCIF serial port. By default, uses /dev/console
Add general fd listening to netutil, and rename to ioutil
Add SCIF update on port read/write - fixes KOS timing problems but needs to
be redone properly.
view annotate diff log raw
     1 // Standard PVR2 fragment shader
     3 void main()
     4 {
     5 	gl_FragColor = gl_Color;
     6 	gl_FragDepth = gl_FragCoord.z;
     7 }
.