Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies options for view instancing.
Syntax
typedef enum D3D12_VIEW_INSTANCING_FLAGS {
D3D12_VIEW_INSTANCING_FLAG_NONE = 0,
D3D12_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKING = 0x1
} ;
Constants
D3D12_VIEW_INSTANCING_FLAG_NONEValue: 0 Indicates a default view instancing configuration. |
D3D12_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKINGValue: 0x1 Enables view instance masking. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12.h |