X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture2darray.h;h=bd7d03be9e8b3818b9c3c6d9435a438320f64a63;hp=6aa4886c1584f966eda461a5f0290b9a8dcec83a;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=9087cc0a372b9c739f15398c7a22c0a6eb5041bb 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(); }