Table 4: Spring Force Summation Compute Shader

Input SSBO Force
output vec3 ForceSum
1 BEGINfor I=0, I<NodeCount, I++ ForceSum += Force[I]END