deno / latest / ~ / gpucomputepipeline.html

GPUComputePipeline

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

Properties

label: string

Methods

getBindGroupLayout(index: number): GPUBindGroupLayout