#version 110


// layout(std140) uniform matrices {
//     mat4 view;
//     mat4 projection;
// };


void main() {
    gl_Position = gl_Vertex;
}