mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
Set MaxActiveMetalCommandBuffersPerQueue to 128 and ensure that Null Descriptors is set to false
This commit is contained in:
parent
aca5ee8305
commit
ec16e150f6
4 changed files with 3 additions and 4 deletions
|
@ -26,6 +26,8 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
|||
config.SemaphoreSupportStyle = MVKVkSemaphoreSupportStyle.MVK_CONFIG_VK_SEMAPHORE_SUPPORT_STYLE_SINGLE_QUEUE;
|
||||
config.SynchronousQueueSubmits = false;
|
||||
|
||||
config.MaxActiveMetalCommandBuffersPerQueue = 192;
|
||||
|
||||
config.ResumeLostDevice = true;
|
||||
|
||||
vkSetMoltenVKConfigurationMVK(IntPtr.Zero, config, configSize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue