WasmGPU - v0.6.0
Preparing search index...
ComputePipelineDescriptor
Type Alias ComputePipelineDescriptor
type
ComputePipelineDescriptor
=
{
bindGroups
?:
ComputeBindGroupLayoutDescriptor
[]
;
code
:
string
;
constants
?:
Record
<
string
,
number
>
;
entryPoint
?:
string
;
label
?:
string
;
}
Index
Properties
bind
Groups?
code
constants?
entry
Point?
label?
Properties
Optional
bind
Groups
bindGroups
?:
ComputeBindGroupLayoutDescriptor
[]
code
code
:
string
Optional
constants
constants
?:
Record
<
string
,
number
>
Optional
entry
Point
entryPoint
?:
string
Optional
label
label
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bind
Groups
code
constants
entry
Point
label
Source code
Examples
WasmGPU - v0.6.0
Loading...