fxt/main.vp.glsl

9 line
97 B
GLSL

#version 110
attribute vec2 Position;
void main()
{
gl_Position = vec4(Position, 0.0, 1.0);
}