1 2 3 4 5 6 7
#define 450 layout(location = 0) vec3 vertex; void main() { glPosition = vec4(0.0, 0.0, 0.0, 1.0); }