]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture1d.h
Implement automatic unloading when a total size limit is exceeded
[libs/gl.git] / source / texture1d.h
index b4cf0d0ba5aecc266427d93e30b1b8c9bc9d1828..ea673c3b8b8a606326e78963cdbe30b35fb3cc50 100644 (file)
@@ -28,6 +28,7 @@ private:
 
 public:
        virtual AsyncLoader *load(IO::Seekable &) { return 0; }
+       virtual UInt64 get_data_size() const;
        virtual void unload() { }
 };