ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/fsh.cg
(Generate patch)

Comparing libgender/fsh.cg (file contents):
Revision 1.22 by root, Tue Oct 19 15:34:58 2004 UTC vs.
Revision 1.23 by root, Thu Oct 21 15:46:38 2004 UTC

9 float3 test2 : TEXCOORD6; 9 float3 test2 : TEXCOORD6;
10}; 10};
11 11
12struct pixelOut { 12struct pixelOut {
13 float4 col : COLOR; 13 float4 col : COLOR;
14 float depth : DEPTH;
14}; 15};
15 16
16pixelOut main(vertexOut IN, uniform sampler2D Texture) 17pixelOut main(vertexOut IN, uniform sampler2D Texture)
17{ 18{
18 pixelOut OUT; 19 pixelOut OUT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines