So what would that look like in the shader then?

struct VS_IN
{
float4 inPos : POSITION;
float2 inTex : TEXCOORD0;
float3 inTangent : TEXCOORD2;
};


xXxGuitar511
- Programmer