PFND3D12DDI_DISPATCH_MESH_0074 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

PFND3D12DDI_DISPATCH_MESH_0074 Pfnd3d12ddiDispatchMesh0074;

VOID Pfnd3d12ddiDispatchMesh0074(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  UINT unnamedParam2,
  UINT unnamedParam3,
  UINT unnamedParam4
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_dispatch_mesh_0074)

PFND3D12DDI_DISPATCH_MESH_0074 callback function

Description

PFND3D12DDI_DISPATCH_MESH_0074 launches the thread groups for the amplification shader, or for the mesh shader in a case where no amplification shader is attached.

Parameters

unnamedParam1

A handle to the command list.

unnamedParam2

Thread group count in X direction.

unnamedParam3

Thread group count in Y direction.

unnamedParam4

Thread group count in Z direction.

Prototype

//Declaration

PFND3D12DDI_DISPATCH_MESH_0074 Pfnd3d12ddiDispatchMesh0074;

// Definition

VOID Pfnd3d12ddiDispatchMesh0074
(
    D3D12DDI_HCOMMANDLIST,
    UINT,
    UINT,
    UINT
)
{...}

Remarks

See the Mesh Shader Specification for more information.

See also