mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
203ebc73eb
Drawing to the front buffer directly requires special handling to prevent seeing the draw progress (avoiding glClear, etc) and as a result the output is quite bad unless a compositor is running. Also vsync if enabled will not function without double buffering enabled. As OpenGL is the legacy fallback, there are no plans to implement clean front buffer draw support, so just enable double buffering. |
||
---|---|---|
.. | ||
cmake | ||
displayservers | ||
fonts | ||
include | ||
renderers | ||
src | ||
CMakeLists.txt | ||
DEBUGGING.md |