Home -> IFrameBuffer -> WindowBindingFlags

Description

The WindowBindingFlags enumeration supplies optional presentation flags when an IFrameBuffer is bound to a platform window.

Members

Name Description
Public Enum None
Requests the default presentation behaviour for the renderer and platform.
Public Enum LimitSwapToVSync
Requests that presentation be synchronized to the display refresh where the platform supports it.
Public Enum AllowTearing
Allows presentation without vertical synchronization where supported by the platform and renderer. This can reduce presentation latency but may produce visible tearing.

See also