Skip to content

Commit 58dc883

Browse files
committed
feat(data-json): decrease setting.json->buffer->textureCountPerMaterial to 8
1 parent 24f861f commit 58dc883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/record/main/setting/OperateSettingService.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let setSetting = ({canvasId, memory, buffer, isDebug, context, gpu, worker}) =>
2626
meshRendererCount: 10 * 1000,
2727
basicSourceTextureCount: 64,
2828
arrayBufferViewSourceTextureCount: 64,
29-
textureCountPerMaterial: 16,
29+
textureCountPerMaterial: 8,
3030
instanceBuffer: {
3131
sourceInstanceCount: 2,
3232
objectInstanceCountPerSourceInstance: 10000,

0 commit comments

Comments
 (0)