]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture.h
Add some utility functions for textures
[libs/gl.git] / source / texture.h
index 44e126570b741a28e4cdd332523bf3d2b7436c0e..23f3bb2539ab5f9e9c544ccb00b73cc601e48f35 100644 (file)
@@ -188,6 +188,9 @@ public:
        virtual UInt64 get_data_size() const { return 0; }
 };
 
+
+bool is_mipmapped(TextureFilter);
+
 } // namespace GL
 } // namespace Msp