Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |