Interface gpuGPUBufferDescriptor

interface gpuGPUBufferDescriptor {
    label: string;
    mappedAtCreation: boolean;
    size: number | bigint;
    usage: number;
}

Properties

label: string
mappedAtCreation: boolean
size: number | bigint
usage: number