We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e0466 commit bfb1e99Copy full SHA for bfb1e99
backends/vulkan/runtime/vk_api/memory/vma_api.h
@@ -21,7 +21,7 @@
21
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
22
#endif /* USE_VULKAN_WRAPPER */
23
24
-#define VMA_DEFAULT_LARGE_HEAP_BLOCK_SIZE (32ull * 1024 * 1024)
+#define VMA_DEFAULT_LARGE_HEAP_BLOCK_SIZE (4ull * 1024 * 1024)
25
#define VMA_SMALL_HEAP_MAX_SIZE (256ull * 1024 * 1024)
26
27
#define VMA_STATS_STRING_ENABLED 0
0 commit comments