Fix cleanup bugs

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-03 02:37:39 +02:00
parent 755936eee8
commit 63ab54216f
4 changed files with 14 additions and 10 deletions

View File

@@ -95,6 +95,8 @@ private:
VkPipeline gradient_pipeline {};
VkPipelineLayout gradient_pipeline_layout {};
VkDescriptorPool imgui_descriptor_pool { VK_NULL_HANDLE };
DeletionQueue deletion_queue;
VkFence imm_fence {};