float4 ps_main( float4 inColor: COLOR0 ) : COLOR { // Simply rout the vertex color to the output return inColor; }