rendering-line.frag 71 Bytes Edit Raw Blame History 1 2 3 4 5 6 uniform mediump vec4 uColor; void main() { gl_FragColor = uColor; }