additions
This commit is contained in:
@@ -820,7 +820,7 @@ void CVkRenderContext::Init()
|
||||
stAllocatorInfo.device = s_vkDevice;
|
||||
stAllocatorInfo.instance = s_vkInstance;
|
||||
|
||||
VmaVulkanFunctions vulkanFunctions;
|
||||
VmaVulkanFunctions vulkanFunctions = {};
|
||||
vmaImportVulkanFunctionsFromVolk(&stAllocatorInfo, &vulkanFunctions);
|
||||
|
||||
stAllocatorInfo.pVulkanFunctions = &vulkanFunctions;
|
||||
|
||||
Reference in New Issue
Block a user