GPURenderPipeline

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

§Implements

§
GPUObjectBase
[src]
§
GPUPipelineBase
[src]

§Properties

§
label: string
[src]

§Methods

§
getBindGroupLayout(index: number): GPUBindGroupLayout
[src]