X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexturecube.cpp;h=a9961af90a3900660f2e2c71a5a46be8820f6441;hb=6f8c0c6c088be92804cb413c0234bfb817ef2d8d;hp=889d051b905e490dc9006f993a24fc476871d5c5;hpb=49323eea600fb989d4181ccfd437ee12722ae733;p=libs%2Fgl.git diff --git a/source/texturecube.cpp b/source/texturecube.cpp index 889d051b..a9961af9 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; }