// d3d12umddi.h
typedef struct D3D12DDI_RESOURCE_COORDINATE_0053 {
UINT64 X;
UINT Y;
UINT Z;
UINT SubresourceIndex;
} D3D12DDI_RESOURCE_COORDINATE_0053;
View the official Windows Driver Kit DDI referenceNo description available.
The resource coordinates of the video motion estimation operation.
XX-coordinate.
YY-coordinate.
ZZ-coordinate.
SubresourceIndexThe subresource index.