WasmGPU - v0.6.0
Preparing search index...
ComputeDispatchCommand
Type Alias ComputeDispatchCommand
type
ComputeDispatchCommand
=
{
bindGroups
?:
ReadonlyArray
<
GPUBindGroup
|
null
|
undefined
>
;
label
?:
string
;
pipeline
:
GPUComputePipeline
|
ComputePipeline
;
workgroups
:
DispatchWorkgroups
;
}
Index
Properties
bind
Groups?
label?
pipeline
workgroups
Properties
Optional
bind
Groups
bindGroups
?:
ReadonlyArray
<
GPUBindGroup
|
null
|
undefined
>
Optional
label
label
?:
string
pipeline
pipeline
:
GPUComputePipeline
|
ComputePipeline
workgroups
workgroups
:
DispatchWorkgroups
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bind
Groups
label
pipeline
workgroups
Source code
Examples
WasmGPU - v0.6.0
Loading...