// 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 referenceNo description available.
Defines the view instancing flags.
D3D12DDI_VIEW_INSTANCING_FLAG_NONENo view instancing flag is defined.
D3D12DDI_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKINGThe view instancing flag is enable view instance masking.