1float4 origMain() : SV_Position
2{
3    return (float4)0;
4}
5