1
0
Bifurcation 0
fxt/main.vp.glsl

9 lignes
97 B
GLSL

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