desynchronized

This commit is contained in:
evanpelle
2026-06-02 20:03:25 -07:00
parent a1eccc8bcf
commit 67312ad599
+1
View File
@@ -210,6 +210,7 @@ export class GPURenderer {
alpha: false,
antialias: false,
powerPreference: "high-performance",
desynchronized: true,
});
if (!gl) throw new Error("WebGL2 not supported");
this.gl = gl;