Files
Lucina3DS/externals/glslang/Test/hlsl.y-negate-1.vert
2025-02-06 22:24:29 +08:00

10 lines
106 B
GLSL

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