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