1 2 3 4 5 6 7
#version 330 layout(location = 0) in vec3 vertex; void main() { gl_Position = vec4(vertex,1); }