e7b2eb4
1
2
3
4
5
6
7
8
attribute vec2 a_pos; uniform mat4 u_matrix; void main() { gl_Position = u_matrix * vec4(a_pos, 0, 1); }