source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/OGRE/IBRTreesOGRE/media/general/indirectTexturingPointBasedGeneration_FP20.cg @ 1493

Revision 1493, 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.