hlsl.y-negate-2.vert 133 B

123456789
  1. // Test Y negation from entry point out parameter
  2. float4 pos;
  3. void main(out float4 position : SV_Position)
  4. {
  5. position = pos;
  6. }