bgfx/3rdparty/glslang/Test/hlsl.y-negate-1.vert
Branimir Karadžić 65d402479f Updated glslang.
2017-12-15 19:24:31 -08:00

10 lines
106 B
GLSL

// Test Y negation from entry point return
float4 pos;
float4 main() : SV_Position
{
return pos;
}