From dafe4a4335f48ce4098935bdf0333beac2ded2ed Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 20 Sep 2022 11:26:29 -0300 Subject: refa All views in use shares the same descriptor pool --- src/vk/view.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/vk/view.hpp') diff --git a/src/vk/view.hpp b/src/vk/view.hpp index 3936413..5d133a9 100644 --- a/src/vk/view.hpp +++ b/src/vk/view.hpp @@ -48,6 +48,12 @@ struct View View(glm::vec4 region); ~View(); + + void + load_descriptor_sets(VkDescriptorPool descriptor_pool); + + void + unload_descriptor_sets(); }; } -- cgit v1.2.3