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

package.src.data.raster_bounds_attributes.js Maven / Gradle / Ivy

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

export default createLayout([
    {name: 'a_pos', type: 'Int16', components: 2},
    {name: 'a_texture_pos', type: 'Int16', components: 2}
]);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy