Sfoglia il codice sorgente

Examples: Fix `webgpu_compute_particles_fluid` GUI (#31570)

ycw 5 mesi fa
parent
commit
610c12677a
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      examples/webgpu_compute_particles_fluid.html

+ 0 - 3
examples/webgpu_compute_particles_fluid.html

@@ -104,9 +104,6 @@
 					p2g1Kernel.count = value;
 					p2g2Kernel.count = value;
 					g2pKernel.count = value;
-					p2g1Kernel.updateDispatchCount();
-					p2g2Kernel.updateDispatchCount();
-					g2pKernel.updateDispatchCount();
 					particleMesh.count = value;
 					particleCountUniform.value = value;
 

粤ICP备19079148号