D3DDDI_CHECK_DIRECT_FLIP_FLAGS - NtDoc

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

typedef enum D3DDDI_CHECK_DIRECT_FLIP_FLAGS {
  D3DDDI_CHECKDIRECTFLIP_IMMEDIATE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-d3dddi_check_direct_flip_flags)

D3DDDI_CHECK_DIRECT_FLIP_FLAGS enumeration

Description

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

Constants

D3DDDI_CHECKDIRECTFLIP_IMMEDIATE

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

See also

CheckDirectFlipSupport

D3DDDI_CHECK_DIRECT_FLIP_FLAGS