]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.h
Deprecate the mipmap_levels parameter in Texture
[libs/gl.git] / source / texture3d.h
index 679b6a50ee609175c4725e4998a7aa5538b4f6bf..7847c2fc7b7889027fad0553aee364967e4517bf 100644 (file)
@@ -82,7 +82,9 @@ public:
 
        If srgb is true and storage is determined by this call, then an sRGB pixel
        format will be used. */
-       virtual void image(const Graphics::Image &, bool = false);
+       virtual void image(const Graphics::Image &, unsigned, bool = false);
+
+       using Texture::image;
 
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }