6 lines
60 B
GLSL
6 lines
60 B
GLSL
#version 330 core
|
|
|
|
void main()
|
|
{
|
|
gl_Position = vec4(0.0);
|
|
} |