layout(location = 0) in vec3 v_vert; #include void main() { gl_Position = (projection * modelview) * vec4(v_vert, 1.0); }