attribute vec4 Position;

void main()
{
    gl_Position = Position;
}
