glslang/Test/glsl.entryPointRename2.vert

7 lines
62 B
GLSL

#version 460
void bar()
{
gl_Position = vec4(1);
}