source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/media/general/diffuseColorPointClusters_FP20.cg @ 968

Revision 968, 149 bytes checked in by igarcia, 18 years ago (diff)
Line 
1void main(float4 colour: COLOR0,
2          float4 texCoord: TEXCOORD0,
3          out float4 ocolor: COLOR)
4{
5        ocolor = float4(0.0, 0.0, texCoord.xy);
6}
Note: See TracBrowser for help on using the repository browser.