From 949ce436bbf657d1178c419d47dffd679308963f Mon Sep 17 00:00:00 2001 From: jromnoa <80134229+jromnoa@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:14:40 -0800 Subject: [PATCH] sets AllowDescriptorHeapCompaction to true instead of false so AR doesn't time out Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com> --- Gems/Atom/RHI/Registry/Platform/Windows/PlatformLimits.setreg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/Atom/RHI/Registry/Platform/Windows/PlatformLimits.setreg b/Gems/Atom/RHI/Registry/Platform/Windows/PlatformLimits.setreg index 22b7d1bf29..0630332b39 100644 --- a/Gems/Atom/RHI/Registry/Platform/Windows/PlatformLimits.setreg +++ b/Gems/Atom/RHI/Registry/Platform/Windows/PlatformLimits.setreg @@ -27,7 +27,7 @@ "DESCRIPTOR_HEAP_TYPE_DSV": [2048, 0] }, "NumShaderVisibleCbvSrvUavStaticHandles": 2000, - "AllowDescriptorHeapCompaction": false + "AllowDescriptorHeapCompaction": true }, "vulkan": {