egui/crates/eframe/src/web
Emil Ernerfeldt ab39420c29
Much more accurate `cpu_usage` timing (#3913)
`frame.info.cpu_usage` now includes time for tessellation and rendering,
but excludes vsync and context switching.
2024-01-29 19:12:16 +01:00
..
app_runner.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00
backend.rs eframe web: Don't throw away frames on click/copy/cut (#3623) 2023-11-24 10:08:43 +01:00
events.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00
input.rs Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
mod.rs Remove dependency on `tts` (#3651) 2023-11-28 10:46:18 +01:00
panic_handler.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
screen_reader.rs Remove dependency on `tts` (#3651) 2023-11-28 10:46:18 +01:00
storage.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
text_agent.rs Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
web_logger.rs Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
web_painter.rs Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
web_painter_glow.rs Make glow Send + Sync again. (#3646) 2023-12-04 15:58:05 +01:00
web_painter_wgpu.rs Re-try adapter creation if creation with WebGPU enabled fails and WebGL was enabled. (#3895) 2024-01-29 11:04:05 +01:00
web_runner.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00