layout (location=0) in vec2 a_co; void main() { gl_Position = vec4(a_co*vec2(0.01,0.1),0.0,1.0); }