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