+ | New output texture slider

This commit is contained in:
TheRedShip
2025-02-24 20:37:25 +01:00
parent 16c90128bf
commit 3d2bcce9ca
3 changed files with 11 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class Window
GLFWwindow *getWindow(void) const;
float getFps(void) const;
int getFrameCount(void) const;
int getOutputTexture(void) const;
int getPixelisation(void);
bool &getAccumulate(void);
@ -54,6 +54,8 @@ class Window
GLFWwindow *_window;
Scene *_scene;
Renderer *_renderer;
int _output_texture;
float _fps;
float _delta;