Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The D3DDDI_FLIPINTERVAL_TYPE enumeration type contains values that identify the type of flip that occurs in present operations.
Syntax
typedef enum D3DDDI_FLIPINTERVAL_TYPE {
D3DDDI_FLIPINTERVAL_IMMEDIATE,
D3DDDI_FLIPINTERVAL_ONE,
D3DDDI_FLIPINTERVAL_TWO,
D3DDDI_FLIPINTERVAL_THREE,
D3DDDI_FLIPINTERVAL_FOUR,
D3DDDI_FLIPINTERVAL_IMMEDIATE_ALLOW_TEARING
} ;
Constants
D3DDDI_FLIPINTERVAL_IMMEDIATEIndicates to perform the flip immediately without waiting for a vertical sync to occur. |
D3DDDI_FLIPINTERVAL_ONEIndicates to perform the flip on every vertical sync. |
D3DDDI_FLIPINTERVAL_TWOIndicates to perform the flip on every other vertical sync. |
D3DDDI_FLIPINTERVAL_THREEIndicates to perform the flip on every third vertical sync. |
D3DDDI_FLIPINTERVAL_FOURIndicates to perform the flip on every fourth vertical sync. |
D3DDDI_FLIPINTERVAL_IMMEDIATE_ALLOW_TEARING |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
| Header | d3dukmdt.h (include D3dumddi.h, D3dkmddi.h) |