2018-02-26 11:45:53 +01:00

8 lines
84 B
GLSL

#version 140
in vec3 vertex;
void main() {
gl_Position = vec4(vertex, 1.0);
}