float4 main( float4 pos : POSITION ) : SV_POSITION { return pos*0.1f; }