X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;fp=source%2Fcore%2Ftexture3d.h;h=df52bf66ee8daeb1e1a879440c63ed52ab799833;hb=7b569bbfcfb65d8d88b47ac42ee1df6a7d27e784;hp=2a8f653cd04422c333a1dcb81e937978dee38fda;hpb=bea2bcf1aa353b1dd8d1728931ef0508677bd2c6;p=libs%2Fgl.git diff --git a/source/core/texture3d.h b/source/core/texture3d.h index 2a8f653c..df52bf66 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -53,19 +53,11 @@ public: undefined. If storage has already been allocated, does nothing. */ void allocate(unsigned level); -private: - void allocate_(unsigned); - -public: /** Updates the contents of the entire texture. Storage must be defined beforehand. The image data must have dimensions and format matching the defined storage. */ void image(unsigned level, const void *data); -private: - void image_(unsigned, const void *); - -public: DEPRECATED void image(unsigned level, PixelComponents comp, DataType type, const void *data); /** Updates a cuboid-shaped region of the texture. Storage must be defined