Diligent::DrawMeshAttribs struct

Defines the mesh draw command attributes.

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

Constructors, destructors, conversion operators

DrawMeshAttribs() noexcept
Initializes the structure members with default values.
DrawMeshAttribs(Uint32 _ThreadGroupCount, DRAW_FLAGS _Flags) noexcept
Initializes the structure with user-specified values.

Public variables

Uint32 ThreadGroupCount
The number of dispatched groups.
DRAW_FLAGS Flags
Additional flags, see Diligent::DRAW_FLAGS.