hlsl.y-negate-1.vert 106 B

12345678910
  1. // Test Y negation from entry point return
  2. float4 pos;
  3. float4 main() : SV_Position
  4. {
  5. return pos;
  6. }