Texture.h
branchv_0
changeset 28 4cbd9c0beb4c
parent 19 262828ae9682
child 29 dc3c102e1264
--- 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;