Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The pfnCalcPrivateCommandQueueSize callback function is used to calculate the size of a private command queue.
Syntax
PFND3D12DDI_CALCPRIVATECOMMANDQUEUESIZE_0001 Pfnd3d12ddiCalcprivatecommandqueuesize0001;
SIZE_T Pfnd3d12ddiCalcprivatecommandqueuesize0001(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDIARG_CREATECOMMANDQUEUE_0001 *unnamedParam2
)
{...}
Parameters
unnamedParam1
A handle to the display device (graphics context).
unnamedParam2
An argument used to create a command queue.
Return value
Returns SIZE_T.
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |