]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/framebuffer.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / framebuffer.h
index b3359a34aeb5998052a728b1aff98f733f2fd74f..4932f29a31b687dff3fe8cd9abe52818eeef7b00 100644 (file)
@@ -120,6 +120,8 @@ public:
        const Texture *get_resolve_attachment(unsigned) const;
        bool has_resolve_attachments() const;
 
+       using FramebufferBackend::is_presentable;
+
        /** Ensures that the framebuffer is complete, throwing an exception if it
        isn't. */
        void require_complete() const;