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

9 lines
133 B
GLSL

// Test Y negation from entry point out parameter
float4 pos;
void main(out float4 position : SV_Position)
{
position = pos;
}