Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface BufferAttributeJSON

    interface BufferAttributeJSON {
        array: number[];
        itemSize: number;
        name?: string;
        normalized: boolean;
        type: string;
        usage?: Usage;
    }
    Index

    Properties

    array: number[]
    itemSize: number
    name?: string
    normalized: boolean
    type: string
    usage?: Usage