D3D12DDI_VIEW_INSTANCING_FLAGS - NtDoc

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

typedef enum D3D12DDI_VIEW_INSTANCING_FLAGS {
  D3D12DDI_VIEW_INSTANCING_FLAG_NONE,
  D3D12DDI_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKING
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_view_instancing_flags)

D3D12DDI_VIEW_INSTANCING_FLAGS enumeration

Description

Defines the view instancing flags.

Constants

D3D12DDI_VIEW_INSTANCING_FLAG_NONE

No view instancing flag is defined.

D3D12DDI_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKING

The view instancing flag is enable view instance masking.