26e424f
bc2e0d4
1 2 3 4 5
6
7
#version 150 core in vec3 pos; void main() { gl_Position = vec4(pos.x,pos.y,pos.z,1.0f); }