PFND3D12DDI_INITIALIZE_META_COMMAND_0052 - NtDoc

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

PFND3D12DDI_INITIALIZE_META_COMMAND_0052 Pfnd3d12ddiInitializeMetaCommand0052;

VOID Pfnd3d12ddiInitializeMetaCommand0052(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  D3D12DDI_HMETACOMMAND_0052 unnamedParam2,
  const void *unnamedParam3,
  SIZE_T unnamedParam4
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_INITIALIZE_META_COMMAND_0052 callback function

Description

PFND3D12DDI_INITIALIZE_META_COMMAND_0052 initializes a meta-command.

Parameters

unnamedParam1

A handle to the driver's data for the command list. The driver uses this region of memory to store internal data structures that are related to its command list.

unnamedParam2

A handle to a meta-command.

unnamedParam3

A pointer to the execution parameters for the meta-command.

unnamedParam4

Size of the execution parameters for the meta-command, in bytes.

Remarks

The meta-command initialize call must be executed at least once prior to any execute call being executed on the GPU timeline.

See also

PFND3D12DDI_EXECUTE_META_COMMAND_0052