mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ | New output texture slider
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user