26e424f
238c8c2
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); }