DXGI_DDI_FLIP_INTERVAL_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dxgiddi.h

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
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dxgiddi-dxgi_ddi_flip_interval_type)

DXGI_DDI_FLIP_INTERVAL_TYPE enumeration

Description

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

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

See also

DXGI_DDI_ARG_PRESENT