1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 01:45:36 +02:00

setRenderingAutoClearDepthStencil

This commit is contained in:
syuilo
2026-04-15 18:24:15 +09:00
parent 6275196101
commit da8a7abcde

View File

@@ -619,6 +619,9 @@ export class RoomEngine extends EventEmitter<RoomEngineEvents> {
});
gl.intensity = 0.5;
// for improving performance
this.scene.setRenderingAutoClearDepthStencil(gl.renderingGroupId, false);
if (SNAPSHOT_RENDERING) {
this.sr.updateMeshesForEffectLayer(gl);
}