]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.h
Store the number of mipmap levels in the Texture base class
[libs/gl.git] / source / core / texture2d.h
index fbcee696686d0dbb93e067341badb2af2b809849..05c3283b73bd1aba1dd98f348c0c620753611114 100644 (file)
@@ -31,7 +31,6 @@ public:
 private:
        unsigned width = 0;
        unsigned height = 0;
-       unsigned levels = 0;
 
 public:
        Texture2D() = default;