Minor fixes

This commit is contained in:
SirLynix
2023-11-17 11:58:03 +01:00
parent ddc8cc6797
commit 5a14808a57
7 changed files with 15 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ namespace Nz
private:
std::size_t m_freeCommandBufferIndex;
std::vector<VkCommandBuffer> m_allocatedCommandBuffers;;
std::vector<VkCommandBuffer> m_allocatedCommandBuffers;
std::vector<VkCommandBuffer> m_graphicalCommandBuffers;
VulkanSwapchain& m_owner;
Vk::CommandPool m_commandPool;