Files
Lucina3DS/externals/glslang/Test/hlsl.y-negate-2.vert
2025-02-06 22:24:29 +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;
}