bevy_app_compute icon indicating copy to clipboard operation
bevy_app_compute copied to clipboard

use existing bevy Buffers

Open Wicpar opened this issue 2 years ago • 0 comments

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

Wicpar avatar Jan 07 '24 23:01 Wicpar