Compute shader N-Body simulation

The source for this sample can be found in the Khronos Vulkan samples github repository.

Compute shader example that uses two passes and shared compute shader memory for simulating a N-Body particle system.