TSdlGpuIndirectDispatchCommand
A record specifying the parameters of an indexed dispatch command.
Definition
Unit: Neslib.Sdl3.Gpu
See Also
Fields
Name | Description |
---|---|
GroupCountX | The number of local workgroups to dispatch in the X dimension. |
GroupCountY | The number of local workgroups to dispatch in the Y dimension. |
GroupCountZ | The number of local workgroups to dispatch in the Z dimension. |
Field Descriptions
GroupCountX
The number of local workgroups to dispatch in the X dimension.
var GroupCountX: Integer
Type: Integer
GroupCountY
The number of local workgroups to dispatch in the Y dimension.
var GroupCountY: Integer
Type: Integer
GroupCountZ
The number of local workgroups to dispatch in the Z dimension.
var GroupCountZ: Integer
Type: Integer