#version 110


uniform sampler2D texture0;


void main()
{
    gl_Position = texture2D(texture0, vec2(0)) * gl_Vertex;
}