mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-25 00:59:59 +01:00
GUI Selection of rendering resolution for session and settings.
This commit is contained in:
3
View.h
3
View.h
@@ -57,8 +57,7 @@ public:
|
||||
|
||||
void draw () override;
|
||||
|
||||
void setResolution (FrameBuffer::ResolutionAspectRatio aspect_ratio, FrameBuffer::ResolutionHeight height) {}
|
||||
void setResolution (glm::vec3 resolution);
|
||||
void setResolution (glm::vec3 resolution = glm::vec3(0.f));
|
||||
glm::vec3 resolution() const { return frame_buffer_->resolution(); }
|
||||
|
||||
inline FrameBuffer *frameBuffer () const { return frame_buffer_; }
|
||||
|
||||
Reference in New Issue
Block a user