class GPUBuffer
implements GPUObjectBase
Properties Jump to heading
Jump to headinglabel: string
readonly
Jump to headingmapState: GPUBufferMapState
readonly
Jump to headingsize: number
readonly
Jump to headingusage: GPUFlagsConstant
Methods Jump to heading
Jump to headingdestroy(): undefined
Jump to headinggetMappedRange(offset?: number,size?: number,): ArrayBuffer
Jump to headingmapAsync(): Promise<undefined>
Jump to headingunmap(): undefined