X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftexture2darray.h;h=6aa4886c1584f966eda461a5f0290b9a8dcec83a;hb=9087cc0;hp=5e0969aa200ec5c5869934e2525af75bd01048cd;hpb=a8a04ddd95e57a8f103c04dba317addc32866689;p=libs%2Fgl.git diff --git a/source/texture2darray.h b/source/texture2darray.h index 5e0969aa..6aa4886c 100644 --- a/source/texture2darray.h +++ b/source/texture2darray.h @@ -27,7 +27,7 @@ public: Texture2DArray(); - void layer_image(unsigned, unsigned, PixelFormat, DataType, const void *); + void layer_image(unsigned, unsigned, PixelComponents, DataType, const void *); void layer_image(unsigned, unsigned, const Graphics::Image &); unsigned get_layers() const { return get_depth(); }