mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engine.ts
This commit is contained in:
parent
2a583509ab
commit
74dfbb7a74
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue