Vertex shader

attribute vec4 position;

void main() {
  gl_Position = position;
}