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