1 2 3 4 5attribute vec4 position; void main() { gl_Position = position; }
1 2 3 4 5
attribute vec4 position; void main() { gl_Position = position; }