summaryrefslogtreecommitdiff
path: root/src/vk/view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/view.hpp')
-rw-r--r--src/vk/view.hpp6
1 files changed, 6 insertions, 0 deletions
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();
};
}