7 lines
62 B
GLSL
7 lines
62 B
GLSL
|
|
#version 460
|
||
|
|
|
||
|
|
void bar()
|
||
|
|
{
|
||
|
|
gl_Position = vec4(1);
|
||
|
|
}
|