You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
//
|
|
// Copyright (c) Contributors to the Open 3D Engine Project.
|
|
// For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
//
|
|
//
|
|
//
|
|
|
|
{
|
|
"O3DE":
|
|
{
|
|
"Atom":
|
|
{
|
|
"RHI":
|
|
{
|
|
"PlatformLimits":
|
|
{
|
|
"dx12":
|
|
{
|
|
"$type": "AZ::DX12::PlatformLimitsDescriptor",
|
|
"DescriptorHeapLimits":
|
|
{
|
|
"DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV": [100000, 1000000],
|
|
"DESCRIPTOR_HEAP_TYPE_SAMPLER": [2048, 2048],
|
|
"DESCRIPTOR_HEAP_TYPE_RTV": [2048, 0],
|
|
"DESCRIPTOR_HEAP_TYPE_DSV": [2048, 0]
|
|
},
|
|
"NumShaderVisibleCbvSrvUavStaticHandles": 2000,
|
|
"AllowDescriptorHeapCompaction": true
|
|
},
|
|
"vulkan":
|
|
{
|
|
"$type": "AZ::Vulkan::PlatformLimitsDescriptor"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|