DrawMeshAttribs struct
Defines the mesh draw command attributes.
Contents
This structure is used by IDeviceContext::
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.