mapbox-gl
Version:
A WebGL interactive maps library
10 lines (7 loc) • 303 B
JavaScript
// @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}
]);