This commit is contained in:
Wojtek Figat
2024-07-12 18:42:19 +02:00
parent 74dfa30556
commit 13cf3deb3f

View File

@@ -1845,7 +1845,6 @@ bool GPUDeviceVulkan::Init()
#endif
#undef INIT_FUNC
VmaAllocatorCreateInfo allocatorInfo = {};
allocatorInfo.flags = VMA_ALLOCATOR_CREATE_EXTERNALLY_SYNCHRONIZED_BIT;
allocatorInfo.vulkanApiVersion = VULKAN_API_VERSION;
allocatorInfo.physicalDevice = gpu;
allocatorInfo.instance = Instance;