Reached shader lessons. Stopping to refactor code.
This commit is contained in:
@@ -7,7 +7,7 @@ VulkanDebugManager::VulkanDebugManager()
|
||||
|
||||
VulkanDebugManager::~VulkanDebugManager()
|
||||
{
|
||||
Cleanup();
|
||||
// Cleanup();
|
||||
}
|
||||
|
||||
VulkanDebugManager::VulkanDebugManager(VulkanDebugManager&& Other) noexcept
|
||||
@@ -30,6 +30,7 @@ VulkanDebugManager& VulkanDebugManager::operator=(VulkanDebugManager&& Other) no
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
void VulkanDebugManager::Initialize(VkInstance Instance)
|
||||
{
|
||||
if (IsInitialized())
|
||||
|
||||
Reference in New Issue
Block a user