D3D12DDI_VIEW_INSTANCING_DESC - NtDoc

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

typedef struct D3D12DDI_VIEW_INSTANCING_DESC {
  UINT                                  ViewInstanceCount;
  const D3D12DDI_VIEW_INSTANCE_LOCATION *pViewInstanceLocations;
  D3D12DDI_VIEW_INSTANCING_FLAGS        Flags;
} D3D12DDI_VIEW_INSTANCING_DESC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIEW_INSTANCING_DESC structure

Description

View instancing description.

Members

ViewInstanceCount

View instance count.

pViewInstanceLocations

View instance locations.

Flags

Flags.