struct vertexIn { float4 position : POSITION; float4 normal : NORMAL; float2 uv : TEXCOORD0; }; struct vertexOut { float4 position : POSITION; //