// First vertex shader in vec3 vp; void main () { gl_Position = vec4(vp.x + 0.4, vp.y + 0.2, vp.z, 1.0); }