Struct IndirectDispatchArgs
Struct representing an indirect dispatch of a Command Buffer.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct IndirectDispatchArgs
Constructors
IndirectDispatchArgs(uint, uint, uint)
Initializes a new instance of the IndirectDispatchArgs struct.
Declaration
public IndirectDispatchArgs(uint threadGroupCountX, uint threadGroupCountY, uint threadGroupCountZ)
Parameters
Type | Name | Description |
---|---|---|
uint | threadGroupCountX | The thread group X size. |
uint | threadGroupCountY | The thread group Y size. |
uint | threadGroupCountZ | The thread group Z size. |
Fields
ThreadGroupCountX
The thread group X size.
Declaration
public uint ThreadGroupCountX
Field Value
Type | Description |
---|---|
uint |
ThreadGroupCountY
The thread group Y size.
Declaration
public uint ThreadGroupCountY
Field Value
Type | Description |
---|---|
uint |
ThreadGroupCountZ
The thread group Z size.
Declaration
public uint ThreadGroupCountZ
Field Value
Type | Description |
---|---|
uint |