PFND3D12DDI_WRITEBUFFERIMMEDIATE_0032 callback function (d3d12umddi.h)

Used to create a write buffer.

Syntax

PFND3D12DDI_WRITEBUFFERIMMEDIATE_0032 Pfnd3d12ddiWritebufferimmediate0032;

void Pfnd3d12ddiWritebufferimmediate0032(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  UINT Count,
  const D3D12DDI_WRITEBUFFERIMMEDIATE_PARAMETER_0032 *pParams,
  const D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_0032 *pModes
)
{...}

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.

Count

The count.

pParams

The parameters for the write buffer.

pModes

The modes for the write buffer.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d3d12umddi.h