deno / latest / ~ / gpurenderpipeline.html

GPURenderPipeline

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

Properties

label: string

Methods

getBindGroupLayout(index: number): GPUBindGroupLayout