Files
Lucina3DS/externals/glslang/Test/spv.450.noRedecl.tesc
2025-02-06 22:24:29 +08:00

11 lines
125 B
GLSL

#version 450 core
layout(vertices = 4) out;
patch out vec4 patchOut;
void main()
{
gl_in[0].gl_PointSize;
}