X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fframebuffer_backend.h;h=cb11004299692b01a1becdb0e4068b9af8b7c121;hp=ff15c0d556a8770dc4159e1994404646f04a8b2a;hb=6630b1106493e5a072a9a9f212f0d00648dbedd4;hpb=0bcebf9930e4baada774a16c0e7637a22a410bb4 diff --git a/source/backends/vulkan/framebuffer_backend.h b/source/backends/vulkan/framebuffer_backend.h index ff15c0d5..cb110042 100644 --- a/source/backends/vulkan/framebuffer_backend.h +++ b/source/backends/vulkan/framebuffer_backend.h @@ -9,6 +9,7 @@ namespace Msp { namespace GL { class Device; +class Texture; class VulkanFramebuffer: public NonCopyable { @@ -27,6 +28,7 @@ protected: bool is_format_supported(const FrameFormat &); static void require_layered() { } + const Texture *get_attachment(unsigned) const; void update(unsigned) const; void require_complete() const { }