uniform float size; uniform vec2 position; attribute vec2 coord; void main(void) { gl_Position = vec4(position + size * coord, 0, 1); }