Need to put together an example for a compute pipeline. In theory this should be as simple as replicating one of bevy's examples, since compute pipelines are low-level and lack a `Material` equivalent.
Need to put together an example for a compute pipeline.
In theory this should be as simple as replicating one of bevy's examples, since compute pipelines are low-level and lack a
Materialequivalent.