X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.h;fp=source%2Fcore%2Ftexture2d.h;h=eba553b00c27089e44300424166afee3f8a6b54b;hb=ada4b7614137221b64a00f31fde1498064e9fb19;hp=b3a5a749bd8fe987b0078b8e5b6cdf47c4d9712b;hpb=6065f6622cc275dc0b20baaf7c267e71169d18f3;p=libs%2Fgl.git diff --git a/source/core/texture2d.h b/source/core/texture2d.h index b3a5a749..eba553b0 100644 --- a/source/core/texture2d.h +++ b/source/core/texture2d.h @@ -36,7 +36,6 @@ private: unsigned width; unsigned height; unsigned levels; - unsigned allocated; public: Texture2D(ResourceManager * = 0); @@ -49,10 +48,6 @@ public: it can't be changed. */ void storage(PixelFormat fmt, unsigned wd, unsigned ht, unsigned lv = 0); - /** Allocates storage for the texture. The contents are initially - undefined. If storage has already been allocated, does nothing. */ - void allocate(unsigned level); - /** Updates the contents of the entire texture. Storage must be defined beforehand. The image data must have dimensions and format matching the defined storage. */