1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 22:15:41 +02:00

Update engine.ts

This commit is contained in:
syuilo
2026-04-04 12:55:05 +09:00
parent 2a583509ab
commit 74dfbb7a74

View File

@@ -342,7 +342,7 @@ const TIME_MAP = {
23: 2,
} as const;
const USE_GLOW = false; // ドローコールが増えて重い
const USE_GLOW = true; // ドローコールが増えて重い
export async function createRoomEngine(roomState: RoomState, canvas: HTMLCanvasElement) {
const babylonEngine = new BABYLON.WebGPUEngine(canvas);