class GPURenderPassEncoder
Properties Jump to heading
Jump to headinglabel: string
Methods Jump to heading
Jump to headingbeginOcclusionQuery(queryIndex: number): undefined
Jump to headingdraw(vertexCount: number,instanceCount?: number,firstVertex?: number,firstInstance?: number,): undefined
Jump to headingdrawIndexed(indexCount: number,instanceCount?: number,firstIndex?: number,baseVertex?: number,firstInstance?: number,): undefined
Jump to headingdrawIndexedIndirect(indirectBuffer: GPUBuffer,indirectOffset: number,): undefined
Jump to headingdrawIndirect(indirectBuffer: GPUBuffer,indirectOffset: number,): undefined
Jump to headingend(): undefined
Jump to headingendOcclusionQuery(): undefined
Jump to headingexecuteBundles(bundles: GPURenderBundle[]): 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 headingsetBlendConstant(color: GPUColor): undefined
Jump to headingsetIndexBuffer(): undefined
Jump to headingsetPipeline(pipeline: GPURenderPipeline): undefined
Jump to headingsetScissorRect(x: number,y: number,width: number,height: number,): undefined
Jump to headingsetStencilReference(reference: number): undefined
Jump to headingsetVertexBuffer(): undefined
Jump to headingsetViewport(x: number,y: number,width: number,height: number,minDepth: number,maxDepth: number,): undefined