Allow iced_wgpu to render to any TextureView

This commit is contained in:
Héctor Ramón Jiménez 2020-02-09 03:25:13 +01:00
parent 95880ca74b
commit f1e20a61f1
13 changed files with 355 additions and 240 deletions

5
wgpu/src/window.rs Normal file
View file

@ -0,0 +1,5 @@
mod backend;
mod swap_chain;
pub use backend::Backend;
pub use swap_chain::SwapChain;