Exposing instantaneous dt (update time) of Mixer class, used outside for

stats of FPS calculation.
This commit is contained in:
brunoherbelin
2020-06-27 17:01:11 +02:00
parent 02ef340ef5
commit f73ecbd831
5 changed files with 83 additions and 78 deletions

View File

@@ -28,6 +28,11 @@ class RenderingWindow
int id_;
float dpi_scale_;
// objects to render
int textureid_;
uint fbo_;
class WindowSurface *surface_;
// get monitor in which the window is
GLFWmonitor *monitor();