1 2 3 4 5 6 7 8
#version 100 precision mediump float; uniform vec4 color; void main() { gl_FragColor = color; }