]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Allow texture mipmap levels to be specified in datafiles
[libs/gl.git] / source / texture2d.h
index aec31678b03a341efa7891ba0a0277f12cd9c624..092f12ba47aaa77167aaf8ee67648045dc0f8328 100644 (file)
@@ -26,6 +26,7 @@ public:
 
                void raw_data(const std::string &);
                void storage(PixelFormat, unsigned, unsigned);
+               void storage_levels(PixelFormat, unsigned, unsigned, unsigned);
        };
 
 private: