// d3d12umddi.h
PFND3D12DDI_CALCPRIVATEVIDEOMOTIONESTIMATORSIZE_0053 Pfnd3d12ddiCalcprivatevideomotionestimatorsize0053;
SIZE_T Pfnd3d12ddiCalcprivatevideomotionestimatorsize0053(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_VIDEO_MOTION_ESTIMATOR_0053 *pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Calculates the driver object size. The Direct3D runtime allocates memory for storing the drivers CPU object representing the motion estimator.
hDrvDeviceA handle to the display device (graphics context) that the Direct3D runtime uses.
pArgsPointer to a D3D12DDIARG_CREATE_VIDEO_MOTION_ESTIMATOR_0053 structure.
Returns SIZE_T.
//Declaration
PFND3D12DDI_CALCPRIVATEVIDEOMOTIONESTIMATORSIZE_0053 Pfnd3d12ddiCalcprivatevideomotionestimatorsize0053;
// Definition
SIZE_T Pfnd3d12ddiCalcprivatevideomotionestimatorsize0053
(
D3D12DDI_HDEVICE hDrvDevice
CONST D3D12DDIARG_CREATE_VIDEO_MOTION_ESTIMATOR_0053 *pArgs
)
{...}