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