[WIP] Refactor creation of descriptorsets
This commit is contained in:
@@ -32,8 +32,6 @@ namespace openVulkanoCpp::Vulkan
|
||||
swapChain.Init(device.get(), surface, window);
|
||||
swapChainRenderPass.Init(device.get(), &swapChain, true, true);
|
||||
|
||||
pipeline.Init(device->device);
|
||||
|
||||
initialized = true;
|
||||
}
|
||||
|
||||
@@ -42,7 +40,6 @@ namespace openVulkanoCpp::Vulkan
|
||||
if (!initialized) return;
|
||||
device->WaitIdle();
|
||||
|
||||
pipeline.Close();
|
||||
swapChainRenderPass.Close();
|
||||
swapChain.Close();
|
||||
deviceManager.Close();
|
||||
|
||||
Reference in New Issue
Block a user