nova-right-nav / node_modules /@plotly /mapbox-gl /src /data /raster_bounds_attributes.js
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
9a14526 verified
Raw
History Blame Contribute Delete
204 Bytes
// @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}
]);