X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.h;h=5476596317000dbecd53eca3146adce3dcc4407c;hp=b3359a34aeb5998052a728b1aff98f733f2fd74f;hb=HEAD;hpb=94cadd1618f93239b1cb0acbd4f958257c035c98 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;