mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 19:38:10 +00:00
[client] app: implement new overlay rendering framework
This change set implements a framework for overlays to be registered that make use of ImGui. See `overlay/fps` for a simple implementation example.
This commit is contained in:
@@ -48,7 +48,7 @@ struct AppState
|
||||
enum RunState state;
|
||||
|
||||
ImGuiIO * io;
|
||||
struct ll * graphs;
|
||||
struct ll * overlays;
|
||||
|
||||
struct LG_DisplayServerOps * ds;
|
||||
bool dsInitialized;
|
||||
|
Reference in New Issue
Block a user