Introduction
This is an update to the earlier Gpu Automation post. The core idea is unchanged: a [GpuAccelerate] decorator on an ordinary C# method turns
Most ECS-based games run entirely on CPU because writing compute shaders by hand is painful boilerplate that most developers avoid. We want to change that