No need to align vertex/index data. Will only be harmful for an upcoming optimization.

This commit is contained in:
Henrik Rydgard
2016-03-20 15:08:26 +01:00
parent 18d78f9a35
commit d0659f0deb
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -190,8 +190,8 @@ bool WindowsVulkanContext::Init(HINSTANCE hInst, HWND hWnd, std::string *error_m
void WindowsVulkanContext::Shutdown() {
g_Vulkan->WaitUntilQueueIdle();
g_Vulkan->DestroyObjects();
g_Vulkan->DestroyDebugMsgCallback();
g_Vulkan->DestroyDevice();
g_Vulkan->DestroyDebugMsgCallback();
delete g_Vulkan;
g_Vulkan = nullptr;