X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.h;h=4932f29a31b687dff3fe8cd9abe52818eeef7b00;hp=b3359a34aeb5998052a728b1aff98f733f2fd74f;hb=fcc065736e303088ef121c554318e0cc028a0666;hpb=3d6f8d2781beb692e11488c34871ec62174e58df 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;