Texture.h
branchv_0
changeset 31 ed3caeea978a
parent 29 dc3c102e1264
--- a/Texture.h	Wed Dec 27 10:34:12 2023 +0100
+++ b/Texture.h	Wed Dec 27 12:11:27 2023 +0100
@@ -41,6 +41,7 @@
 	GLfloat getScale() const;
 	void setScale(GLfloat scale);
 	void update(int width, int height, const Buffer& img);
+	void bind();
 private:
 	class Impl;
 	Impl* impl;