PFND3D12DDI_WRITEBUFFERIMMEDIATE_0032 - NtDoc

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

PFND3D12DDI_WRITEBUFFERIMMEDIATE_0032 Pfnd3d12ddiWritebufferimmediate0032;

VOID Pfnd3d12ddiWritebufferimmediate0032(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  UINT Count,
  const D3D12DDI_WRITEBUFFERIMMEDIATE_PARAMETER_0032 *pParams,
  const D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_0032 *pModes
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_WRITEBUFFERIMMEDIATE_0032 callback function

Description

Used to create a write buffer.

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.