X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fframebuffer_backend.cpp;h=9395635476025473e182653becb57316737006ed;hp=dcf63e9860c1b4c75beb71f3bdfdc53f64420ca2;hb=627d68b024f0d2fed4a03f0d9d3bb4b78358d6f3;hpb=b88b7bb977d31787f44da96f5c1c27dc614d3cbe diff --git a/source/backends/vulkan/framebuffer_backend.cpp b/source/backends/vulkan/framebuffer_backend.cpp index dcf63e98..93956354 100644 --- a/source/backends/vulkan/framebuffer_backend.cpp +++ b/source/backends/vulkan/framebuffer_backend.cpp @@ -148,7 +148,7 @@ void VulkanFramebuffer::update(unsigned mask) const set_vulkan_object_name(); } -void VulkanFramebuffer::prepare_image_layouts(bool discard) const +void VulkanFramebuffer::synchronize_resources(bool discard) const { for(const Framebuffer::Attachment &a: static_cast(this)->attachments) {