PFND3D12DDI_CALCPRIVATECOMMANDQUEUESIZE_0023 callback function (d3d12umddi.h)
The PFND3D12DDI_CALCPRIVATECOMMANDQUEUESIZE_0023 callback function is used to calculate the size of a private command queue.
Syntax
PFND3D12DDI_CALCPRIVATECOMMANDQUEUESIZE_0023 Pfnd3d12ddiCalcprivatecommandqueuesize0023;
SIZE_T Pfnd3d12ddiCalcprivatecommandqueuesize0023(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDIARG_CREATECOMMANDQUEUE_0023 *unnamedParam2
)
{...}
Parameters
unnamedParam1
A handle to the display device (graphics context).
unnamedParam2
The CreateCommandQueue argument is used to create a command queue.
Return value
The size of the queue.
Remarks
Access this callback function by using a device functions core structure, such as the D3D12DDI_DEVICE_FUNCS_CORE_0003 structure.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12umddi.h (include D3d12umddi.h) |