DXGI_DDI_FLIP_INTERVAL_TYPE enumeration (dxgiddi.h)

The DXGI_DDI_FLIP_INTERVAL_TYPE enumeration type contains values that identify the type of flip that occurs in present operations.

Syntax

typedef enum DXGI_DDI_FLIP_INTERVAL_TYPE {
  DXGI_DDI_FLIP_INTERVAL_IMMEDIATE,
  DXGI_DDI_FLIP_INTERVAL_ONE,
  DXGI_DDI_FLIP_INTERVAL_TWO,
  DXGI_DDI_FLIP_INTERVAL_THREE,
  DXGI_DDI_FLIP_INTERVAL_FOUR,
  DXGI_DDI_FLIP_INTERVAL_IMMEDIATE_ALLOW_TEARING
} ;

Constants

 
DXGI_DDI_FLIP_INTERVAL_IMMEDIATE
Indicates to perform the flip immediately without waiting for a vertical sync to occur.
DXGI_DDI_FLIP_INTERVAL_ONE
Indicates to perform the flip on every vertical sync.
DXGI_DDI_FLIP_INTERVAL_TWO
Indicates to perform the flip on every other vertical sync.
DXGI_DDI_FLIP_INTERVAL_THREE
Indicates to perform the flip on every third vertical sync.
DXGI_DDI_FLIP_INTERVAL_FOUR
Indicates to perform the flip on every fourth vertical sync.
DXGI_DDI_FLIP_INTERVAL_IMMEDIATE_ALLOW_TEARING

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header dxgiddi.h (include D3d10umddi.h)

See also

DXGI_DDI_ARG_PRESENT