The memory usage of the Vulkan is three times higher than the OpenGL ?
vinsentli opened this issue · 1 comments
vinsentli commented
corporateshark commented
@vinsentli You can set the parameter VulkanContextConfig::vmaPreferredLargeHeapBlockSize
to 16Mb to reduce the amount of memory preallocated for VMA pools. 2a63241