]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2darray.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / texture2darray.h
index 6aa4886c1584f966eda461a5f0290b9a8dcec83a..bd7d03be9e8b3818b9c3c6d9435a438320f64a63 100644 (file)
@@ -27,7 +27,8 @@ public:
 
        Texture2DArray();
 
-       void layer_image(unsigned, unsigned, PixelComponents, DataType, const void *);
+       void layer_image(unsigned, unsigned, const void *);
+       DEPRECATED void layer_image(unsigned, unsigned, PixelComponents, DataType, const void *);
        void layer_image(unsigned, unsigned, const Graphics::Image &);
 
        unsigned get_layers() const { return get_depth(); }