![]() |
LLGL 0.05 Beta
|
Swap-chain resize buffers flags. More...
#include <SwapChainFlags.h>
Public Types | |
| enum | { AdaptSurface = (1 << 0) , FullscreenMode = (1 << 1) , WindowedMode = (1 << 2) , StrictResolution = (1 << 3) } |
Swap-chain resize buffers flags.
| anonymous enum |
| Enumerator | |
|---|---|
| AdaptSurface | Adapts the swap-chain's surface for the new resolution.
|
| FullscreenMode | Puts the swap-chain into fullscreen mode.
|
| WindowedMode | Puts the swap-chain into windowed mode.
|
| StrictResolution | Only reports success if the swap buffers were resized to the exact resolution requested.
|