diff -r 4cbd9c0beb4c -r 69903e30b00d Texture.h --- 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;