LookingGlass/client/include
Quantum 3043296e52 [client] ds: add optional method signalNextFrame(LGEvent)
This method takes an LGEvent and signals it when the next frame should be
rendered in time for the next vblank.

We will be using this to render imgui at screen refresh rate, but this could
potentially be used later to implement a better form of vsync for supported
display servers.

This must be invoked before swapping buffers.
2021-07-31 19:05:21 +10:00
..
interface [client] ds: add optional method signalNextFrame(LGEvent) 2021-07-31 19:05:21 +10:00
app.h [client] imgui: implement mouse wheel motion support 2021-07-31 14:58:35 +10:00
egl_dynprocs.h [client] egl: EGL_KHR_swap_buffers_with_damage returns EGLBoolean 2021-07-19 13:32:56 +10:00
eglutil.h [client] ds: refactor common EGL swap with damage logic 2021-07-19 19:35:52 +10:00
ll.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
overlay_utils.h [client] imgui: remove no longer used overlay_utils.cpp 2021-07-31 14:56:49 +10:00
util.h [client] imgui: make UI font and size configurable 2021-07-23 16:07:42 +10:00