LookingGlass/client/include/interface
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
..
displayserver.h [client] ds: add optional method signalNextFrame(LGEvent) 2021-07-31 19:05:21 +10:00
font.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
overlay.h [client] overlay: rework the interface to avoid possible race conditions 2021-07-22 18:33:50 +10:00
renderer.h [client] all: make it possible to signal full window invalidation 2021-07-25 15:29:29 +10:00