X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;fp=source%2Fcore%2Ftexture3d.h;h=e7e3a79e951909f081349e32a53661b5f844cb1a;hb=eddb5cfd959eaa202ee6f95cd2049349ec920829;hp=3009e1487a6d57b48ecfb03dd47665db532287e1;hpb=d0df3ba82b187705331e2cc55d515c2d44e7f466;p=libs%2Fgl.git diff --git a/source/core/texture3d.h b/source/core/texture3d.h index 3009e148..e7e3a79e 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -32,7 +32,6 @@ protected: unsigned width = 0; unsigned height = 0; unsigned depth = 0; - unsigned levels = 0; Texture3D(unsigned); public: @@ -63,7 +62,6 @@ public: unsigned get_height() const { return height; } unsigned get_depth() const { return depth; } protected: - unsigned get_n_levels() const; LinAl::Vector get_level_size(unsigned) const; };