PFND3D12DDI_EXECUTE_META_COMMAND_0052 callback function (d3d12umddi.h)

PFND3D12DDI_EXECUTE_META_COMMAND_0052 executes a meta-command.

Syntax

PFND3D12DDI_EXECUTE_META_COMMAND_0052 Pfnd3d12ddiExecuteMetaCommand0052;

void Pfnd3d12ddiExecuteMetaCommand0052(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  D3D12DDI_HMETACOMMAND_0052 unnamedParam2,
  const void *unnamedParam3,
  SIZE_T unnamedParam4
)
{...}

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 the 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.

Return value

None

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header d3d12umddi.h

See also

PFND3D12DDI_INITIALIZE_META_COMMAND_0052