Skip to content

Commit a18f2f1

Browse files
authored
fix(docs): Remove use of deprecated root.flush() API (#1896)
1 parent 6a01a6d commit a18f2f1

File tree

1 file changed

+0
-2
lines changed
  • apps/typegpu-docs/src/examples/simulation/slime-mold

1 file changed

+0
-2
lines changed

apps/typegpu-docs/src/examples/simulation/slime-mold/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ function frame(now: number) {
289289
.with(renderBindGroups[1 - currentTexture])
290290
.draw(3);
291291

292-
root['~unstable'].flush();
293-
294292
currentTexture = 1 - currentTexture;
295293

296294
requestAnimationFrame(frame);

0 commit comments

Comments
 (0)