1
0
포크 0
fxt/main.vp.glsl

9 lines
97 B
GLSL

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