glcxx/test/vert.glsl

7 lines
86 B
GLSL

attribute vec2 position;
void main(void)
{
gl_Position = vec4(position, 0, 1);
}