egui/crates
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
..
eframe [WGPU] Allow for depth buffer in web target (#2335) 2022-11-24 20:40:53 +01:00
egui add set_plot_bounds method, giving users the ability to set the plot bounds themselves. (#2320) 2022-11-22 15:05:23 +01:00
egui-wgpu [WGPU] Allow for depth buffer in web target (#2335) 2022-11-24 20:40:53 +01:00
egui-winit Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_demo_app Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_demo_lib Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_extras Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_glium Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_glow Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Move egui::util::History to emath::History (#2329) 2022-11-21 14:14:33 +01:00
epaint epaint: cover default fonts in the license field (#2327) 2022-11-22 13:44:01 +01:00