]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/framebuffer_backend.h
Refactor Synchronizer to deal with individual mipmap levels
[libs/gl.git] / source / backends / vulkan / framebuffer_backend.h
index 9a616875e8f888f8515fdec02202e97e738fcffa..b990d307db6dbf4c119917553a3c56073f208c11 100644 (file)
@@ -31,7 +31,7 @@ protected:
        void update(unsigned) const;
        void require_complete() const { }
 
-       void synchronize(bool = false) const;
+       void prepare_image_layouts(bool = false) const;
 
        void set_debug_name(const std::string &);
        void set_vulkan_object_name() const;