deno / latest / ~ / gpupipelinebase.html

GPUPipelineBase

interface GPUPipelineBase {
    
getBindGroupLayout(index: number): GPUBindGroupLayout;
}

Methods

getBindGroupLayout(index: number): GPUBindGroupLayout

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUPipelineBase