egui/crates/eframe/src
Lukas Hermann f9066ff285
[WGPU] Allow for depth buffer in web target (#2335)
* Add depth stencil initialization to `Painter`

* Move depth stencil initialization into `resize_and_generate_depth_texture_view`, and call it in `set_window` and `on_window_resized`

* Allow for depth texture in WASM builds

* change `map` to `if let` statement

* use reference for render state

* Clean up descriptors and move texture generation to on resize events

* remove unused field from WebOptions
2022-11-24 20:40:53 +01:00
..
native Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
web [WGPU] Allow for depth buffer in web target (#2335) 2022-11-24 20:40:53 +01:00
epi.rs eframe: make RequestRepaintEvent into an enum UserEvent (#2311) 2022-11-16 12:17:41 +01:00
lib.rs CI: Run cargo clippy for wasm32-unknown-unknown (#2200) 2022-10-30 20:55:07 +01:00