]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture1d.h
Move some common matrix operations to the header so they can be inlined
[libs/gl.git] / source / texture1d.h
index 9957eeb466fedab882f10e84df69e46d2f9b55d2..63b25c138756c8c6a44bd635e341cab9810332f9 100644 (file)
@@ -25,6 +25,11 @@ public:
 
 private:
        unsigned get_level_size(unsigned);
+
+public:
+       virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
+       virtual UInt64 get_data_size() const;
+       virtual void unload() { }
 };
 
 } // namespace GL