1
0
Fork 0
fxt/main.vp.glsl

9 lines
97 B
Plaintext
Raw Permalink Normal View History

2015-11-11 23:01:24 -08:00
#version 110
attribute vec2 Position;
void main()
{
gl_Position = vec4(Position, 0.0, 1.0);
}