]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.h
Move the Resource function override of Texture classes into backend
[libs/gl.git] / source / core / texture2d.h
index 61a3f29f035c99b31dc5fc48cceff853ec3fbab8..3a9edae11721c6b626927fed4c5a62e0ab4a72cc 100644 (file)
@@ -56,11 +56,6 @@ public:
 private:
        unsigned get_n_levels() const;
        LinAl::Vector<unsigned, 2> get_level_size(unsigned) const;
-
-public:
-       virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);
-       virtual std::size_t get_data_size() const;
-       using Texture2DBackend::unload;
 };
 
 } // namespace GL