The n-body sample simulates the motion of bodies under gravitational attraction. It computes all n2 interactions between n bodies, which means a massive amount of computation is performed in total. It makes use of the thread group shared memory available in DirectX Compute Shader to reduce bandwidth.
kewl
Tohinho1995 2 years ago