Skip to content

Commit 610c126

Browse files
authored
Examples: Fix webgpu_compute_particles_fluid GUI (#31570)
1 parent 60d8954 commit 610c126

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/webgpu_compute_particles_fluid.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@
104104
p2g1Kernel.count = value;
105105
p2g2Kernel.count = value;
106106
g2pKernel.count = value;
107-
p2g1Kernel.updateDispatchCount();
108-
p2g2Kernel.updateDispatchCount();
109-
g2pKernel.updateDispatchCount();
110107
particleMesh.count = value;
111108
particleCountUniform.value = value;
112109

0 commit comments

Comments
 (0)