Enum GLSwapInterval
D enum that defines swap intervals for OpenGL
enum GLSwapInterval
: int { ... }
Enum members
Name | Description |
---|---|
adaptiveVSync
|
Late swaps happen immediately instead of waiting for the next retrace |
immediate
|
No vertical retrace synchronization |
syncWithVerticalRetrace
|
The buffer swap is synchronized with the vertical retrace |