Merge pull request #2892 from greg-lunarg/mb
[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 }