You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a compute shader that takes in a heightmap and builds a mesh on the GPU, but I ran into an issue: bevy_app_compute doesn't support adding a sampler and texture-both of which are needed for my use case.