D3D12DDI_RESOURCE_COORDINATE_0053 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_resource_coordinate_0053)

D3D12DDI_RESOURCE_COORDINATE_0053 structure

Description

The resource coordinates of the video motion estimation operation.

Members

X

X-coordinate.

Y

Y-coordinate.

Z

Z-coordinate.

SubresourceIndex

The subresource index.

Remarks

See also