X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexturecube.cpp;h=e767423fe539f9ee92fd10dd5af8f1beaa6eebb4;hb=ac51b8c24d6e9e2c2e1dee7822f3957917722000;hp=26402695880dc12eba847ccb443fa8cb90fbb02c;hpb=4a577ddc946bd279d7bc4942a2ce4c46c7ef5d35;p=libs%2Fgl.git diff --git a/source/texturecube.cpp b/source/texturecube.cpp index 26402695..e767423f 100644 --- a/source/texturecube.cpp +++ b/source/texturecube.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include #include "bindable.h" @@ -51,10 +52,20 @@ void TextureCube::allocate(unsigned level) if(allocated&(1<>=1, ++level) ; - allocated |= (1<>=1, ++n) ; + return n; +} + +unsigned TextureCube::get_level_size(unsigned level) const { return size>>level; }