class GPUBuffer
implements GPUObjectBase
Properties Jump to heading
Jump to headinglabel: stringreadonly
Jump to headingmapState: GPUBufferMapStatereadonly
Jump to headingsize: numberreadonly
Jump to headingusage: GPUFlagsConstantMethods Jump to heading
Jump to headingdestroy(): undefinedJump to headinggetMappedRange(offset?: number,size?: number,): ArrayBufferJump to headingmapAsync(): Promise<undefined>Jump to headingunmap(): undefined