]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture.h
Additional overloads for creating pipelines
[libs/gl.git] / source / texture.h
index abccb8d8122de9db6519fff679232d9923392715..9c43b76911ecb5d00fcf517847f6a04001ed6241 100644 (file)
@@ -163,6 +163,8 @@ public:
        void set_wrap_t(TextureWrap);
        void set_wrap_r(TextureWrap);
 
+       static bool can_generate_mipmap();
+
        /** Sets automatic mipmap generation.  If enabled, mipmaps are generated
        when a texture image is uploaded. */
        void set_generate_mipmap(bool);