fixup texcoord comments

This commit is contained in:
Anthony Miles 2019-12-04 21:33:01 +13:00 committed by patrickvl
parent b61bfd32af
commit 05f1f90603
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ struct VS_OUTPUT
float4 oB0 : TEXCOORD4; // Backface Colour 0
float4 oB1 : TEXCOORD5; // Backface Colour 1
float4 oT0 : TEXCOORD0; // Texture Coord 0
float4 oT1 : TEXCOORD1; // Texture Coord 0
float4 oT2 : TEXCOORD2; // Texture Coord 0
float4 oT3 : TEXCOORD3; // Texture Coord 0
float4 oT1 : TEXCOORD1; // Texture Coord 1
float4 oT2 : TEXCOORD2; // Texture Coord 2
float4 oT3 : TEXCOORD3; // Texture Coord 3
};
// Constant registers