quick backup of the renderer - things missing
[demo] / src / opengl / texture-gl.h
index 8265e54..b443f09 100644 (file)
@@ -11,6 +11,8 @@ private:
 public:
        TextureGL();
        virtual ~TextureGL();
+
+       virtual void bind() override;
 };
 
 #endif // TEXTURE_GL_H_