Struct IndirectDispatchArguments
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
A structure describing the format expected by indirect dispatch commands contained in an indirect DeviceBuffer.
public struct IndirectDispatchArguments
- Inherited Members
Fields
GroupCountX
The X group count, as if passed to the Dispatch(uint, uint, uint) method.
public uint GroupCountX
Field Value
GroupCountY
The Y group count, as if passed to the Dispatch(uint, uint, uint) method.
public uint GroupCountY
Field Value
GroupCountZ
The Z group count, as if passed to the Dispatch(uint, uint, uint) method.
public uint GroupCountZ