#version 330 core

layout(location = 0) in vec4 position;

void main()
{
    gl_Position = position;
};