struct PSInput { float4 pos : SV_POSITION; float2 uv : TEXCOORD0; float4 color : COLOR0; float3 normal : NORMAL; float3 gouraud : COLOR1; };