mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | FPS ~ | Single triangle shader
This commit is contained in:
@ -26,7 +26,7 @@ class Window
|
||||
|
||||
GLFWwindow *getWindow(void) const;
|
||||
RT::Vec2i getMousePos(void) const;
|
||||
|
||||
float getFps(void) const;
|
||||
|
||||
void display();
|
||||
void pollEvents();
|
||||
@ -40,6 +40,8 @@ class Window
|
||||
GLFWwindow *_window;
|
||||
RT::Vec2i _mousePos;
|
||||
|
||||
float _fps;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user