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