D3D12_DISPATCH_MESH_ARGUMENTS structure (d3d12.h)
Syntax
typedef struct D3D12_DISPATCH_MESH_ARGUMENTS {
UINT ThreadGroupCountX;
UINT ThreadGroupCountY;
UINT ThreadGroupCountZ;
} D3D12_DISPATCH_MESH_ARGUMENTS;
Members
ThreadGroupCountX
ThreadGroupCountY
ThreadGroupCountZ
Requirements
Requirement | Value |
---|---|
Header | d3d12.h |