1 2 3 4 5 6 7 8 9
in vec3 pos; layout (location = 0) out vec4 outColor; void main() { outColor = vec4(pos, 1.0); }