wgpu4k
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
PipelineLayoutDescriptor
Pipeline
Layout
Descriptor
data
class
PipelineLayoutDescriptor
(
val
bindGroupLayouts
:
List
<
BindGroupLayout
>
=
listOf()
,
val
label
:
String
?
=
null
)
Members
Constructors
Pipeline
Layout
Descriptor
Link copied to clipboard
constructor
(
bindGroupLayouts
:
List
<
BindGroupLayout
>
=
listOf()
,
label
:
String
?
=
null
)
Properties
bind
Group
Layouts
Link copied to clipboard
val
bindGroupLayouts
:
List
<
BindGroupLayout
>
label
Link copied to clipboard
val
label
:
String
?
=
null