W3cubDocs

/Deno

GPURenderPipeline

class GPURenderPipeline implements GPUObjectBase, GPUPipelineBase {
label: string | null;
getBindGroupLayout(index: number): GPUBindGroupLayout;
}

Properties

label: string | null

Methods

getBindGroupLayout(index: number): GPUBindGroupLayout