UNPKG

mapbox-gl

Version:
10 lines (7 loc) 227 B
// @flow import { createLayout } from '../../util/struct_array'; const layout = createLayout([ {name: 'a_pos', components: 2, type: 'Int16'} ], 4); export default layout; export const {members, size, alignment} = layout;