X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.h;h=ae305153fec6860a8f37e3128f037214f07d5e25;hp=39fe0c699b4b6358fa9efe6c7348504450690742;hb=7b569bbfcfb65d8d88b47ac42ee1df6a7d27e784;hpb=bea2bcf1aa353b1dd8d1728931ef0508677bd2c6 diff --git a/source/core/texturecube.h b/source/core/texturecube.h index 39fe0c69..ae305153 100644 --- a/source/core/texturecube.h +++ b/source/core/texturecube.h @@ -77,19 +77,11 @@ public: undefined. If storage has already been allocated, does nothing. */ void allocate(unsigned level); -private: - void allocate_(unsigned); - -public: /** Updates the contents of a face. Storage must be defined beforehand. The image data must have dimensions and format matching the defined storage. */ void image(TextureCubeFace face, unsigned level, const void *data); -private: - void image_(TextureCubeFace, unsigned, const void *); - -public: DEPRECATED void image(TextureCubeFace face, unsigned level, PixelComponents comp, DataType type, const void *data);