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