class GPUCommandEncoder
implements GPUObjectBase
Properties Jump to heading
Jump to headinglabel: string
Methods Jump to heading
Jump to headingclearBuffer(): undefined
Jump to headingcopyBufferToBuffer(source: GPUBuffer,sourceOffset: number,destination: GPUBuffer,destinationOffset: number,size: number,): undefined
Jump to headingcopyBufferToTexture(): undefined
Jump to headingcopyTextureToBuffer(): undefined
Jump to headingcopyTextureToTexture(): undefined
Jump to headingfinish(descriptor?: GPUCommandBufferDescriptor): GPUCommandBuffer
Jump to headinginsertDebugMarker(markerLabel: string): undefined
Jump to headingpopDebugGroup(): undefined
Jump to headingpushDebugGroup(groupLabel: string): undefined
Jump to headingresolveQuerySet(querySet: GPUQuerySet,firstQuery: number,queryCount: number,destination: GPUBuffer,destinationOffset: number,): undefined
Jump to headingwriteTimestamp(querySet: GPUQuerySet,queryIndex: number,): undefined