class GPUComputePassEncoder
Properties Jump to heading
Jump to headinglabel: string
Methods Jump to heading
Jump to headingdispatchWorkgroups(x: number,y?: number,z?: number,): undefined
Jump to headingdispatchWorkgroupsIndirect(indirectBuffer: GPUBuffer,indirectOffset: number,): undefined
Jump to headingend(): undefined
Jump to headinginsertDebugMarker(markerLabel: string): undefined
Jump to headingpopDebugGroup(): undefined
Jump to headingpushDebugGroup(groupLabel: string): undefined
Jump to headingsetBindGroup(): undefined
Jump to headingsetBindGroup(index: number,bindGroup: GPUBindGroup,dynamicOffsetsData: Uint32Array,dynamicOffsetsDataStart: number,dynamicOffsetsDataLength: number,): undefined
Jump to headingsetPipeline(pipeline: GPUComputePipeline): undefined