X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fframebuffer_backend.h;h=faca5658feb7a0e2b1b5febf1c01d56e174dd787;hp=30ca17011a0fdc65e585a62c4211533cc6ca05b5;hb=fcc065736e303088ef121c554318e0cc028a0666;hpb=3d6f8d2781beb692e11488c34871ec62174e58df diff --git a/source/backends/vulkan/framebuffer_backend.h b/source/backends/vulkan/framebuffer_backend.h index 30ca1701..faca5658 100644 --- a/source/backends/vulkan/framebuffer_backend.h +++ b/source/backends/vulkan/framebuffer_backend.h @@ -31,6 +31,8 @@ protected: void format_changed(const FrameFormat &) { } static void require_layered() { } + bool is_presentable() const; + void update(unsigned) const; void require_complete() const { }