egui/egui_glow/src
Zicklag 1d9524cc59
Re-implement PaintCallbacks With Support for WGPU (#1684)
* Re-implement PaintCallbacks With Support for WGPU

This makes breaking changes to the PaintCallback system, but makes it
flexible enough to support both the WGPU and glow backends with custom
rendering.

Also adds a WGPU equivalent to the glow demo for custom painting.
2022-05-28 17:52:36 +02:00
..
shader Clean up glsl code 2021-11-13 13:09:08 +01:00
lib.rs Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00
misc_util.rs Improve glow error reporting (#1403) 2022-03-22 16:04:06 +01:00
painter.rs Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00
post_process.rs Take Glow context using Arc. (#1640) 2022-05-22 17:43:30 +02:00
shader_version.rs misc clippy fixes from 1.60.0 2022-04-07 17:03:19 +02:00
vao.rs Log supported OpenGL extensions if VAO is in doubt. 2022-03-23 10:10:12 +01:00
winit.rs egui_winit/wgpu: enable Android support (#1634) 2022-05-22 20:24:41 +02:00