Merge pull request #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git] / Test / hlsl.y-negate-2.vert
1 // Test Y negation from entry point out parameter
2
3 float4 pos;
4
5 void main(out float4 position : SV_Position)
6 {
7     position = pos;
8 }