precision mediump float; uniform vec3 u_edge_color; uniform float u_edge_opacity; void main() { gl_FragColor = vec4(u_edge_color, u_edge_opacity); }