mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | Better fps handling
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/13 16:15:41 by TheRed #+# #+# */
|
||||
/* Updated: 2025/02/15 22:54:27 by tomoron ### ########.fr */
|
||||
/* Updated: 2025/02/25 18:12:37 by ycontre ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -30,6 +30,8 @@ class Window
|
||||
bool shouldClose();
|
||||
|
||||
void process_input();
|
||||
|
||||
void reduceTimeFrame();
|
||||
|
||||
static void keyCallback(GLFWwindow *window, int key, int scancode, int action, int mods);
|
||||
static void mouseMoveCallback(GLFWwindow *window, double xpos, double ypos);
|
||||
|
Reference in New Issue
Block a user