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

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

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

const lineLayoutAttributesExt = createLayout([
    {name: 'a_uv_x', components: 1, type: 'Float32'},
    {name: 'a_split_index', components: 1, type: 'Float32'},
]);

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy