1 2 3 4 5 6 7
varying lowp vec4 varColor; void main(void) { gl_Position = mWorldViewProj * inVertexPosition; varColor = inVertexColor; }