mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 13:19:59 +01:00
Correct implementation of DeviceSource resize
previous commit was bad...
This commit is contained in:
@@ -69,6 +69,7 @@ public:
|
||||
inline uint width() const { return attrib_.viewport.x; }
|
||||
inline uint height() const { return attrib_.viewport.y; }
|
||||
glm::vec3 resolution() const;
|
||||
void resize(int width, int height);
|
||||
float aspectRatio() const;
|
||||
std::string info() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user