This describes the graphics device feature state.
More...
#include <GraphicsTypes.h>
This describes the graphics device feature state.
◆ Enum
Enumerator |
---|
Disabled | Device feature is disabled.
|
Enabled | Device feature is enabled. If a feature is requested to be enabled during the initialization but is not supported by the device/driver/platform, the device will fail to be initialized.
|
Optional | Device feature is optional. The device will attempt to enable the feature during initialization. If the feature is not supported by the device/driver/platform, the device will initialize successfully, but the feature will be disabled. The actual feature state can be queried from the device capabilities description.
|
The documentation for this struct was generated from the following file:
- /home/runner/work/XII/XII/Source/Engine/GraphicsFoundation/Declarations/GraphicsTypes.h