xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/hlsl.y-negate-1.vert (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1
2// Test Y negation from entry point return
3
4float4 pos;
5
6float4 main() : SV_Position
7{
8    return pos;
9}
10