Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DXGI_FEATURE enumeration

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
} DXGI_FEATURE;

Constants

DXGI_FEATURE_PRESENT_ALLOW_TEARING

The display supports tearing, a requirement of variable refresh rate displays.

Remarks

This enum is used by the CheckFeatureSupport method.

Requirements

Header

DXGI1_5.h

See also

DXGI Enumerations

 

 

Show:
© 2017 Microsoft