Compute Shaders Order Execution

Can’t wait to see the final result!

Regarding:

You could directly update the vertex buffer used by the mesh from the compute shader, avoiding a costly read-back from the GPU to the CPU.

That’s what is done in the Boids demo here: https://playground.babylonjs.com/?webgpu#3URR7V#186