D3DDDI_CHECK_DIRECT_FLIP_FLAGS enumeration (d3dumddi.h)

Used by the CheckDirectFlipFlags parameter of the CheckDirectFlipSupport function to specify seamless flipping of video memory.

Syntax

typedef enum D3DDDI_CHECK_DIRECT_FLIP_FLAGS {
  D3DDDI_CHECKDIRECTFLIP_IMMEDIATE
} ;

Constants

 
D3DDDI_CHECKDIRECTFLIP_IMMEDIATE
Seamless flipping should occur immediately and does not have to be synchronized with a VSync interrupt.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dumddi.h

See also

CheckDirectFlipSupport

D3DDDI_CHECK_DIRECT_FLIP_FLAGS