Kaynağa Gözat

Examples: Fix `webgpu_compute_particles_fluid` GUI (#31570)

ycw 5 ay önce
ebeveyn
işleme
610c12677a
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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号