// d3d12umddi.h
typedef struct D3D12DDI_VIEW_INSTANCE_LOCATION {
UINT ViewportArrayIndex;
UINT RenderTargetArrayIndex;
} D3D12DDI_VIEW_INSTANCE_LOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
View instance location.
ViewportArrayIndexViewport array index.
RenderTargetArrayIndexRender target array index.