1 2 3 4 5 6
#version 100 precision highp float; attribute vec4 a_position; void main() { gl_Position = a_position; }