Merge pull request #7709 from aws-lumberyard-dev/Atom/jromnoa/AllowDescriptorHeapCompaction-set-true-for-AR

Sets AllowDescriptorHeapCompaction to true so the nightly GPU run won't time out
monroegm-disable-blank-issue-2
jromnoa 4 years ago committed by GitHub
commit ca3018155e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@
"DESCRIPTOR_HEAP_TYPE_DSV": [2048, 0] "DESCRIPTOR_HEAP_TYPE_DSV": [2048, 0]
}, },
"NumShaderVisibleCbvSrvUavStaticHandles": 2000, "NumShaderVisibleCbvSrvUavStaticHandles": 2000,
"AllowDescriptorHeapCompaction": false "AllowDescriptorHeapCompaction": true
}, },
"vulkan": "vulkan":
{ {

Loading…
Cancel
Save