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

Comparing libgender/vsh.cg (file contents):
Revision 1.9 by root, Wed Oct 6 00:23:27 2004 UTC vs.
Revision 1.10 by root, Wed Oct 6 10:06:20 2004 UTC

9 float4 TexCoord : TEXCOORD0; 9 float4 TexCoord : TEXCOORD0;
10 float3 LightVec : TEXCOORD1; 10 float3 LightVec : TEXCOORD1;
11 float3 EyeVec : TEXCOORD2; 11 float3 EyeVec : TEXCOORD2;
12 float3 WorldNormal : TEXCOORD3; 12 float3 WorldNormal : TEXCOORD3;
13 float3 WorldView : TEXCOORD4; 13 float3 WorldView : TEXCOORD4;
14 float3 test1 : TEXCOORD5;
15 float3 test2 : TEXCOORD5;
14}; 16};
15 17
16vertexOut main(vertexIn IN) 18vertexOut main(vertexIn IN)
17{ 19{
18 vertexOut OUT; 20 vertexOut OUT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines