X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture.h;h=23f3bb2539ab5f9e9c544ccb00b73cc601e48f35;hb=194f960f91041ebee44e2745627d5e480e893d82;hp=44e126570b741a28e4cdd332523bf3d2b7436c0e;hpb=93fa68debcd6e416a1b20f43077f7a79525aaecb;p=libs%2Fgl.git diff --git a/source/texture.h b/source/texture.h index 44e12657..23f3bb25 100644 --- a/source/texture.h +++ b/source/texture.h @@ -188,6 +188,9 @@ public: virtual UInt64 get_data_size() const { return 0; } }; + +bool is_mipmapped(TextureFilter); + } // namespace GL } // namespace Msp