mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-29 04:38:27 +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:
@@ -120,6 +120,9 @@ set(SOURCES
|
||||
src/kb.c
|
||||
src/egl_dynprocs.c
|
||||
src/eglutil.c
|
||||
|
||||
src/overlay/fps.c
|
||||
src/overlay/graphs.c
|
||||
)
|
||||
|
||||
# Force cimgui to build as a static library.
|
||||
|
||||
Reference in New Issue
Block a user