1 2 3 4 5 6 7
#version 140 in vec2 vertexPosition; void main() { gl_Position = vec4(vertexPosition, 0.0, 1.0); }