D3D12DDI_VIEW_INSTANCE_LOCATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIEW_INSTANCE_LOCATION {
  UINT ViewportArrayIndex;
  UINT RenderTargetArrayIndex;
} D3D12DDI_VIEW_INSTANCE_LOCATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIEW_INSTANCE_LOCATION structure

Description

View instance location.

Members

ViewportArrayIndex

Viewport array index.

RenderTargetArrayIndex

Render target array index.