X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2darray.h;h=bd7d03be9e8b3818b9c3c6d9435a438320f64a63;hb=218b613dc4d3898996bfda8e3ce1db32f7e1f929;hp=6aa4886c1584f966eda461a5f0290b9a8dcec83a;hpb=9087cc0a372b9c739f15398c7a22c0a6eb5041bb;p=libs%2Fgl.git diff --git a/source/texture2darray.h b/source/texture2darray.h index 6aa4886c..bd7d03be 100644 --- a/source/texture2darray.h +++ b/source/texture2darray.h @@ -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(); }