nova-header-nav / node_modules /@plotly /mapbox-gl /src /shaders /fill_extrusion.fragment.glsl
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
fcf3b03 verified
Raw
History Blame Contribute Delete
131 Bytes
varying vec4 v_color;
void main() {
gl_FragColor = v_color;
#ifdef OVERDRAW_INSPECTOR
gl_FragColor = vec4(1.0);
#endif
}