#version 450 uniform mat4 mmviewproj; layout(location = 1) in vec3 attr_pos; void main() { gl_Position = mmviewproj * vec4(attr_pos, 1.0); }