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