PFND3D12DDI_CALCPRIVATEVIDEOMOTIONESTIMATORSIZE_0053 callback function (d3d12umddi.h)
Calculates the driver object size. The Direct3D runtime allocates memory for storing the drivers CPU object representing the motion estimator.
Syntax
PFND3D12DDI_CALCPRIVATEVIDEOMOTIONESTIMATORSIZE_0053 Pfnd3d12ddiCalcprivatevideomotionestimatorsize0053;
SIZE_T Pfnd3d12ddiCalcprivatevideomotionestimatorsize0053(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_VIDEO_MOTION_ESTIMATOR_0053 *pArgs
)
{...}
Parameters
hDrvDevice
A handle to the display device (graphics context) that the Direct3D runtime uses.
pArgs
Pointer to a D3D12DDIARG_CREATE_VIDEO_MOTION_ESTIMATOR_0053 structure.
Return value
Returns SIZE_T.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |