]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texturecube.h
Deprecate the mipmap_levels parameter in Texture
[libs/gl.git] / source / texturecube.h
index 0882a5e31004c3cef3e129b65ff24a2671e88fc0..f5a364047874aa10569e2fe1a4c727e69b47063b 100644 (file)
@@ -86,7 +86,8 @@ public:
 
        void image(TextureCubeFace, const Graphics::Image &, bool = false);
 
-       virtual void image(const Graphics::Image &, bool = false);
+       virtual void image(const Graphics::Image &, unsigned, bool = false);
+       using Texture::image;
 
        unsigned get_size() const { return size; }
 private: