// d3d12umddi.h
PFND3D12DDI_CALC_PRIVATE_META_COMMAND_SIZE_0052 Pfnd3d12ddiCalcPrivateMetaCommandSize0052;
SIZE_T Pfnd3d12ddiCalcPrivateMetaCommandSize0052(
D3D12DDI_HDEVICE unnamedParam1,
GUID CommandId,
UINT NodeMask,
const void *pCreationParameters,
SIZE_T CreationParametersDataSizeInBytes
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
PFND3D12DDI_CALC_PRIVATE_META_COMMAND_SIZE_0052 calculates the private meta-command size.
unnamedParam1A handle to the display device (graphics context).
CommandIdThe command id.
NodeMaskThe node mask of the command list.
pCreationParametersPointer to the creation parameters.
CreationParametersDataSizeInBytesThe size in bytes of the creation parameters that pCreationParameters points to.
Returns SIZE_T that describes the meta-command size, in bytes.