UNPKG

mapbox-gl

Version:
10 lines (7 loc) 303 B
// @flow import {createLayout} from '../util/struct_array.js'; import type {StructArrayLayout} from '../util/struct_array.js'; export const atmosphereLayout: StructArrayLayout = createLayout([ {type: 'Float32', name: 'a_pos', components: 3}, {type: 'Float32', name: 'a_uv', components: 2} ]);