UNPKG

maplibre-gl

Version:

BSD licensed community fork of mapbox-gl, a WebGL interactive maps library

3 lines (2 loc) 166 B
// This file is generated. Edit build/generate-shaders.ts, then run `npm run codegen`. export default 'in vec2 a_pos;void main() {gl_Position=vec4(a_pos,1.0,1.0);}';