mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (DiligentEngine): Increase the size of dynamic heap buffer.
This commit is contained in:
@@ -689,7 +689,7 @@ namespace MG_EGL::Diligent {
|
||||
|
||||
auto *pFactoryVk = Diligent_GetEngineFactoryVk();
|
||||
::Diligent::EngineVkCreateInfo EngineCI;
|
||||
EngineCI.DynamicHeapSize = 256 << 20;
|
||||
EngineCI.DynamicHeapSize = 512 << 20;
|
||||
|
||||
::Diligent::SwapChainDesc SCDesc;
|
||||
SCDesc.ColorBufferFormat = TEX_FORMAT_RGBA8_UNORM;
|
||||
|
||||
Reference in New Issue
Block a user