]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/texture_backend.h
Refactor Synchronizer to deal with individual mipmap levels
[libs/gl.git] / source / backends / vulkan / texture_backend.h
index 4784ae9a9b5104d8f69f121fc204f2ed8db23869..123c6e4b278efd1d9f3325c351737241800f9d49 100644 (file)
@@ -32,7 +32,7 @@ protected:
 
        void generate_mipmap();
 
-       void synchronize(int, unsigned, bool = false) const;
+       void change_layout(unsigned, int, unsigned, bool) const;
 
        void set_debug_name(const std::string &);
        void set_vulkan_object_names() const;