All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.data.bucket.line_attributes.js Maven / Gradle / Ivy

The newest version!
// @flow
import {createLayout} from '../../util/struct_array';

const lineLayoutAttributes = createLayout([
    {name: 'a_pos_normal', components: 2, type: 'Int16'},
    {name: 'a_data', components: 4, type: 'Uint8'}
], 4);

export default lineLayoutAttributes;
export const {members, size, alignment} = lineLayoutAttributes;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy