diff -r 2a156cb51479 -r 4cbd9c0beb4c Texture.h --- a/Texture.h Tue Dec 26 15:41:07 2023 +0100 +++ b/Texture.h Tue Dec 26 23:46:45 2023 +0100 @@ -38,6 +38,8 @@ int getWidth() const; int getHeight() const; GLfloat getRatio() const; + GLfloat getScale() const; + void setScale(GLfloat scale); void update(int width, int height, const Buffer& img); private: class Impl;