gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
12.12k stars 880 forks source link

How to render android camera preview(samplerExternalOES) on wgpu? #2891

Open chenkecheng opened 2 years ago

chenkecheng commented 2 years ago

Android Camera share preview buffers by SurfaceTexure, how to render these buffers on wgpu?

i509VCB commented 2 years ago

Linking to the general memory import/export issue since this would involve that: https://github.com/gfx-rs/wgpu/issues/2320