Revert b80101411f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user