UNPKG

mapbox-gl

Version:
10 lines (7 loc) 293 B
// @flow import {createLayout} from '../util/struct_array.js'; import type {StructArrayLayout} from '../util/struct_array.js'; export default (createLayout([ {name: 'a_pos', type: 'Int16', components: 2}, {name: 'a_texture_pos', type: 'Int16', components: 2} ]): StructArrayLayout);