// 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 referenceNo description available.
Used to create a write buffer.
unnamedParam1A 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.
CountThe count.
pParamsThe parameters for the write buffer.
pModesThe modes for the write buffer.