Skip to content
Snippets Groups Projects
glsl.entryPointRename2.vert 62 B
Newer Older
#version 460

void bar()
{
    gl_Position = vec4(1);
}