File: /home/cafsindia/snap.cafsinfotech.in/node_modules/mapbox-gl/src/data/bucket/line_attributes.js
// @flow
import {createLayout} from '../../util/struct_array.js';
import type {StructArrayLayout} from '../../util/struct_array.js';
const lineLayoutAttributes: StructArrayLayout = createLayout([
{name: 'a_pos_normal', components: 2, type: 'Int16'},
{name: 'a_data', components: 4, type: 'Uint8'},
{name: 'a_linesofar', components: 1, type: 'Float32'}
], 4);
export default lineLayoutAttributes;
export const {members, size, alignment} = lineLayoutAttributes;