// d3d12umddi.h
PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040 Pfnd3d12ddiCalcPrivateCommandPoolSize0040;
SIZE_T Pfnd3d12ddiCalcPrivateCommandPoolSize0040(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDIARG_CREATE_COMMAND_POOL_0040 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Calculates the size of the command pool for display.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2A pointer to the D3D12DDIARG_CREATE_COMMAND_POOL_0040 structure that contains arguments to create a command pool.
Returns SIZE_T that represents the size of the command pool.
//Declaration
PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040 Pfnd3d12ddiCalcPrivateCommandPoolSize0040;
// Definition
SIZE_T Pfnd3d12ddiCalcPrivateCommandPoolSize0040
(
D3D12DDI_HDEVICE
CONST D3D12DDIARG_CREATE_COMMAND_POOL_0040 *
)
{...}
PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040