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
On camera, video or AR apps, pixel data updated every frame, currently, we use wgpu_command_buffer_copy_buffer_to_texture to fill a texture, this command will cause pixel copy.
On these scenario, we need more efficient way to fill a wgpu texture, maybe shared memory with app client?