D3D12DDI_VIEW_INSTANCING_TIER enumeration (d3d12umddi.h)
A D3D12DDI_VIEW_INSTANCING_TIER value indicates the tier level at which the driver supports view instancing.
Syntax
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
} ;
Constants
D3D12DDI_VIEW_INSTANCING_TIER_NOT_SUPPORTED View instancing is not supported. |
D3D12DDI_VIEW_INSTANCING_TIER_1 The driver provides tier 1 support. |
D3D12DDI_VIEW_INSTANCING_TIER_2 The driver provides tier 2 support. |
D3D12DDI_VIEW_INSTANCING_TIER_3 The driver provides tier 1 support. |
Remarks
See D3D12_VIEW_INSTANCING_TIER for a detailed description for each tier level.
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |