]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture2dmultisample_backend.h
Move the Resource function override of Texture classes into backend
[libs/gl.git] / source / backends / opengl / texture2dmultisample_backend.h
index e8a37e4c1151f2011681eb0e4f1b76cddd3a8044..7adb0bf028fe550e8de40f52f443c4ca1b1eec31 100644 (file)
@@ -12,6 +12,11 @@ protected:
        OpenGLTexture2DMultisample();
 
        void allocate();
+
+public:
+       virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
+       virtual std::size_t get_data_size() const;
+       virtual void unload() { }
 };
 
 using Texture2DMultisampleBackend = OpenGLTexture2DMultisample;