X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture.h;h=774b7e83610b17ea8ea1a861c23b41917ea256c1;hb=47f817343df1d06d91a4f7c4d5b47df40b24366c;hp=8aac05927288cfcbcdb8253230f8df97829f6c82;hpb=aead6d04308d7873dc99aa4572ce1590a89ebcbd;p=libs%2Fgl.git diff --git a/source/texture.h b/source/texture.h index 8aac0592..774b7e83 100644 --- a/source/texture.h +++ b/source/texture.h @@ -83,6 +83,8 @@ protected: private: void init(); + unsigned get_levels() const; + void external_image(const std::string &); void filter(TextureFilter); void generate_mipmap(bool);