// d3d12umddi.h
typedef struct D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT_0053 {
D3D12DDI_HVIDEOMOTIONVECTORHEAP_0053 hDrvMotionVectorHeap;
UINT PixelWidth;
UINT PixelHeight;
} D3D12DDI_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT_0053;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the input of the resolve operation.
hDrvMotionVectorHeapThe input buffer for hardware dependent layout.
PixelWidthWidth in pixels.
PixelHeightHeight in pixels.