mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-22 15:28:08 +00:00
[client] egl: implemented alerts and some minor fixes to fps
This commit is contained in:
@@ -29,4 +29,4 @@ bool egl_fps_init(EGL_FPS ** fps, const LG_Font * font, LG_FontObj fontObj);
|
||||
void egl_fps_free(EGL_FPS ** fps);
|
||||
|
||||
void egl_fps_update(EGL_FPS * fps, const float avgUPS, const float avgFPS);
|
||||
void egl_fps_render(EGL_FPS * fps, const float screenWidth, const float screenHeight);
|
||||
void egl_fps_render(EGL_FPS * fps, const float scaleX, const float scaleY);
|
Reference in New Issue
Block a user