void PSMain( out float4 resultColor : SV_TARGET ) { resultColor = float4(1,0,0,1); }