mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 21:20:06 +00:00
7 lines
62 B
GLSL
7 lines
62 B
GLSL
|
#version 460
|
||
|
|
||
|
void bar()
|
||
|
{
|
||
|
gl_Position = vec4(1);
|
||
|
}
|