mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
Revert "[dxvk] Increase memory chunk size to 32 MiB"
This reverts commit 83ae39f727d7aeb43cef277082bcb42093530779. Does not show any considerable advantage over the 16 MiB chunk size and reduces the effectiveness of the host-visible device-local memory type on AMD cards.
This commit is contained in:
parent
15b0327243
commit
420b7218ae
@ -251,7 +251,7 @@ namespace dxvk {
|
||||
|
||||
private:
|
||||
|
||||
constexpr static VkDeviceSize ChunkSize = 32 * 1024 * 1024;
|
||||
constexpr static VkDeviceSize ChunkSize = 16 * 1024 * 1024;
|
||||
|
||||
const Rc<vk::DeviceFn> m_vkd;
|
||||
const VkPhysicalDeviceProperties m_devProps;
|
||||
|
Loading…
x
Reference in New Issue
Block a user