W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUComputePipeline
class
GPUComputePipeline
implements
GPUObjectBase
,
GPUPipelineBase
{
label
:
string
|
null
;
getBindGroupLayout
(
index
:
number
)
:
GPUBindGroupLayout
;
}
Implements
GPUObjectBase
GPUPipelineBase
Properties
label
:
string
|
null
Methods
getBindGroupLayout(
index
:
number
)
:
GPUBindGroupLayout
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUComputePipeline