CPU–GPU communication, using both rendering and compute shaders. When the number
of spheres is large, the execution becomes slow and requires a lot of space to store
particles. We parallelized the frozen method using an efficient inter-process GPU
communication to reduce the operations required. We propose to handle two buffers, one for
operations and the other for rendering. While the rendering buffer increases as the number …