#version 450 layout(location = 0) in vec3 inPos; void main() { gl_Position = vec4(inPos,1); }