mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[dxvk] Increase memory chunk size to 32 MiB
Reduces the number of memory allocations considerably.
This commit is contained in:
parent
1fdcbdfa40
commit
83ae39f727
@ -251,7 +251,7 @@ namespace dxvk {
|
||||
|
||||
private:
|
||||
|
||||
constexpr static VkDeviceSize ChunkSize = 16 * 1024 * 1024;
|
||||
constexpr static VkDeviceSize ChunkSize = 32 * 1024 * 1024;
|
||||
|
||||
const Rc<vk::DeviceFn> m_vkd;
|
||||
const VkPhysicalDeviceProperties m_devProps;
|
||||
|
Loading…
x
Reference in New Issue
Block a user