bevy_app_compute
bevy_app_compute copied to clipboard
use existing bevy Buffers
Hi,
I need to keep the data on GPU, essentially to compute a uniform buffer that can be shared across workers and used in shaders. is there a way to do that here ?
Best regards