D3D11_1_DDI_CHECK_DIRECT_FLIP_FLAGS - NtDoc

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

typedef enum D3D11_1_DDI_CHECK_DIRECT_FLIP_FLAGS {
  D3D11_1DDI_CHECK_DIRECT_FLIP_IMMEDIATE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1_ddi_check_direct_flip_flags)

D3D11_1_DDI_CHECK_DIRECT_FLIP_FLAGS enumeration

Description

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

Constants

D3D11_1DDI_CHECK_DIRECT_FLIP_IMMEDIATE

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

See also

CheckDirectFlipSupport(D3D11_1)