Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The resource coordinates of the video motion estimation operation.
Syntax
typedef struct D3D12DDI_RESOURCE_COORDINATE_0053 {
UINT64 X;
UINT Y;
UINT Z;
UINT SubresourceIndex;
} D3D12DDI_RESOURCE_COORDINATE_0053;
Members
X
X-coordinate.
Y
Y-coordinate.
Z
Z-coordinate.
SubresourceIndex
The subresource index.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |