Home -> IFrameBuffer -> WindowBindingFlags
Description
The WindowBindingFlags enumeration supplies optional presentation flags when an IFrameBuffer is bound to a platform window.
Members
| Name | Description | |
|---|---|---|
| None |
Requests the default presentation behaviour for the renderer and platform.
|
|
| LimitSwapToVSync |
Requests that presentation be synchronized to the display refresh where the platform supports it.
|
|
| AllowTearing |
Allows presentation without vertical synchronization where supported by the platform and renderer. This can reduce presentation latency but may produce visible tearing.
|