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