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