Explorar o código

Examples: Fix `webgpu_compute_particles_fluid` GUI (#31570)

ycw hai 5 meses
pai
achega
610c12677a
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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号