Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
7 lines
62 B
GLSL
7 lines
62 B
GLSL
#version 460
|
|
|
|
void bar()
|
|
{
|
|
gl_Position = vec4(1);
|
|
}
|