UNPKG

maplibre-gl

Version:

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

8 lines (6 loc) 257 B
import {createLayout} from '../../util/struct_array'; export const dashAttributes = createLayout([ // [0, y, height, width] {name: 'a_dasharray_from', components: 4, type: 'Uint16'}, {name: 'a_dasharray_to', components: 4, type: 'Uint16'}, ]);