1 2 3 4 5 6 7
precision mediump float; varying vec3 color_pass; void main() { gl_FragColor = vec4(color_pass, 1.0); }