DXGI_FEATURE enumeration (dxgi1_5.h)
Specifies a range of hardware features, to be used when checking for feature support.
Syntax
typedef enum DXGI_FEATURE {
DXGI_FEATURE_PRESENT_ALLOW_TEARING = 0
} ;
Constants
DXGI_FEATURE_PRESENT_ALLOW_TEARING Value: 0 The display supports tearing, a requirement of variable refresh rate displays. |
Remarks
This enum is used by the CheckFeatureSupport method.
Requirements
Requirement | Value |
---|---|
Header | dxgi1_5.h |