Skip to content

Commit 0dc3820

Browse files
WebGPU: increased default upload heap page size to 8 MB
1 parent 1c4cae4 commit 0dc3820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngine/interface/GraphicsTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4120,7 +4120,7 @@ struct EngineWebGPUCreateInfo DILIGENT_DERIVE(EngineCreateInfo)
41204120
Uint32 QueueSignalPoolSize DEFAULT_INITIALIZER(32);
41214121

41224122
///
4123-
Uint32 UploadHeapPageSize DEFAULT_INITIALIZER(1 << 20);
4123+
Uint32 UploadHeapPageSize DEFAULT_INITIALIZER(8 << 20);
41244124

41254125
///
41264126
Uint32 DynamicHeapSize DEFAULT_INITIALIZER(8 << 20);

0 commit comments

Comments
 (0)