blob: 2ed46a47135327b412bd0b01c2e2487404e3befb [file] [log] [blame]
#version 150
in vec4 vertexPosition;
uniform mat4 modelMatrix;
void main()
{
gl_Position = modelMatrix * vertexPosition;
}