We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4cae4 commit 0dc3820Copy full SHA for 0dc3820
Graphics/GraphicsEngine/interface/GraphicsTypes.h
@@ -4120,7 +4120,7 @@ struct EngineWebGPUCreateInfo DILIGENT_DERIVE(EngineCreateInfo)
4120
Uint32 QueueSignalPoolSize DEFAULT_INITIALIZER(32);
4121
4122
///
4123
- Uint32 UploadHeapPageSize DEFAULT_INITIALIZER(1 << 20);
+ Uint32 UploadHeapPageSize DEFAULT_INITIALIZER(8 << 20);
4124
4125
4126
Uint32 DynamicHeapSize DEFAULT_INITIALIZER(8 << 20);
0 commit comments