UNPKG

maplibre-gl

Version:

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

9 lines (6 loc) 297 B
import {createLayout, type StructArrayLayout} from '../util/struct_array.ts'; const rasterBoundsAttributes: StructArrayLayout = createLayout([ {name: 'a_pos', type: 'Int16', components: 2}, {name: 'a_texture_pos', type: 'Int16', components: 2} ]); export default rasterBoundsAttributes;