]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texturecube.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / texturecube.h
index 8235620025aed86d0bc050733904590c0137a186..ae305153fec6860a8f37e3128f037214f07d5e25 100644 (file)
@@ -94,9 +94,11 @@ public:
                int x, int y, unsigned w, unsigned h,
                PixelComponents comp, DataType type, const void *data);
 
-       void image(TextureCubeFace, const Graphics::Image &, bool = false);
+       void image(TextureCubeFace, const Graphics::Image &);
 
-       virtual void image(const Graphics::Image &, unsigned, bool = false);
+       DEPRECATED void image(TextureCubeFace, const Graphics::Image &, bool);
+
+       virtual void image(const Graphics::Image &, unsigned = 0);
        using Texture::image;
 
        unsigned get_size() const { return size; }