Diligent::DispatchComputeIndirectAttribs struct

Describes dispatch command arguments.

This structure is used by IDeviceContext::DispatchComputeIndirect().

Constructors, destructors, conversion operators

DispatchComputeIndirectAttribs(RESOURCE_STATE_TRANSITION_MODE StateTransitionMode, Uint32 Offset = 0) explicit
Initializes the structure with user-specified values.

Public variables

RESOURCE_STATE_TRANSITION_MODE IndirectAttribsBufferStateTransitionMode
State transition mode for indirect dispatch attributes buffer.
Uint32 DispatchArgsByteOffset
The offset from the beginning of the buffer to the dispatch command arguments.