// d3d12umddi.h
typedef enum D3D12DDI_VIEW_INSTANCING_TIER {
D3D12DDI_VIEW_INSTANCING_TIER_NOT_SUPPORTED,
D3D12DDI_VIEW_INSTANCING_TIER_1,
D3D12DDI_VIEW_INSTANCING_TIER_2,
D3D12DDI_VIEW_INSTANCING_TIER_3
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A D3D12DDI_VIEW_INSTANCING_TIER value indicates the tier level at which the driver supports view instancing.
D3D12DDI_VIEW_INSTANCING_TIER_NOT_SUPPORTEDView instancing is not supported.
D3D12DDI_VIEW_INSTANCING_TIER_1The driver provides tier 1 support.
D3D12DDI_VIEW_INSTANCING_TIER_2The driver provides tier 2 support.
D3D12DDI_VIEW_INSTANCING_TIER_3The driver provides tier 1 support.
See D3D12_VIEW_INSTANCING_TIER for a detailed description for each tier level.
D3D12DDI_D3D12_OPTIONS_DATA_0089