PFND3D12DDI_BLT callback function (d3d12umddi.h)

The Blt function copies the contents of a source surface to a destination surface.

Syntax

PFND3D12DDI_BLT Pfnd3d12ddiBlt;

void Pfnd3d12ddiBlt(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  const D3D12DDIARG_BLT *unnamedParam2
)
{...}

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 pointer to a D3D12DDIARG_BLT structure that describes the parameters of the bit-block transfer (bitblt).

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10
Header d3d12umddi.h