PFND3D12DDI_COMMAND_RECORDER_SET_COMMAND_POOL_AS_TARGET_0040 callback function (d3d12umddi.h)

Implemented by the client driver to set the command pool as a target for the command recorder.

Syntax

PFND3D12DDI_COMMAND_RECORDER_SET_COMMAND_POOL_AS_TARGET_0040 Pfnd3d12ddiCommandRecorderSetCommandPoolAsTarget0040;

void Pfnd3d12ddiCommandRecorderSetCommandPoolAsTarget0040(
  D3D12DDI_HDEVICE unnamedParam1,
  D3D12DDI_HCOMMANDRECORDER_0040 unnamedParam2,
  D3D12DDI_HCOMMANDPOOL_0040 unnamedParam3
)
{...}

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

A handle to the command recorder.

unnamedParam3

A handle to the command pool.

Return value

None

Requirements

Requirement Value
Header d3d12umddi.h