mirror of
https://github.com/RPCS3/glslang.git
synced 2026-07-01 19:54:21 -04:00
9855bdad00
Fixes #1045.
7 lines
62 B
GLSL
7 lines
62 B
GLSL
#version 460
|
|
|
|
void bar()
|
|
{
|
|
gl_Position = vec4(1);
|
|
}
|