Texture.h
branchv_0
changeset 29 69903e30b00d
parent 28 4cbd9c0beb4c
--- a/Texture.h	Tue Dec 26 23:46:45 2023 +0100
+++ b/Texture.h	Thu Dec 28 15:01:13 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;