X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.h;h=4932f29a31b687dff3fe8cd9abe52818eeef7b00;hb=fcc065736e303088ef121c554318e0cc028a0666;hp=b3359a34aeb5998052a728b1aff98f733f2fd74f;hpb=94cadd1618f93239b1cb0acbd4f958257c035c98;p=libs%2Fgl.git diff --git a/source/core/framebuffer.h b/source/core/framebuffer.h index b3359a34..4932f29a 100644 --- a/source/core/framebuffer.h +++ b/source/core/framebuffer.h @@ -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;