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.
o3de/Gems/Atom/RPI/Registry/atom_rpi.setreg

26 lines
1015 B
Plaintext

{
"O3DE": {
"Atom": {
"RPI": {
"Initialization": {
"CommonSrgsShaderAssetPath": "shaders/sceneandviewsrgs.azshader",
"ImageSystemDescriptor": {
"AssetStreamingImagePoolSize": 2147483648, // 2 * 1024 * 1024 * 1024
"SystemStreamingImagePoolSize": 134217728, // 128 * 1024 * 1024
"SystemAttachmentImagePoolSize": 536870912 // 512 * 1024 * 1024
},
"GpuQuerySystemDescriptor": {
"OcclusionQueryCount": 128,
"StatisticsQueryCount": 256,
"TimestampQueryCount": 256
},
"DynamicDrawSystemDescriptor": {
"DynamicBufferPoolSize": 50331648 // 3 * 16 * 1024 * 1024 (for 3 frames)
}
},
"UseDebugFallbackImages": true
}
}
}
}