Chartbreaker
    Preparing search index...

    Interface GPUBufferDescriptor

    interface GPUBufferDescriptor {
        label?: string;
        mappedAtCreation?: boolean;
        size: number;
        usage: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    label?: string
    mappedAtCreation?: boolean
    size: number
    usage: number