Spaces:
Sleeping
Sleeping
File size: 225 Bytes
9a14526 | 1 2 3 4 5 6 7 8 9 10 | // @flow
import {createLayout} from '../../util/struct_array';
const layout = createLayout([
{name: 'a_pos', components: 2, type: 'Int16'}
], 4);
export default layout;
export const {members, size, alignment} = layout;
|