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