egui/egui_demo_app/src/apps
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
..
custom3d_glow.rs Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00
custom3d_wgpu.rs Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00
custom3d_wgpu_shader.wgsl Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00
fractal_clock.rs Move code from egui_demo_lib to egui_demo_app (#1540) 2022-04-28 11:23:34 +02:00
http_app.rs Move code from egui_demo_lib to egui_demo_app (#1540) 2022-04-28 11:23:34 +02:00
mod.rs Re-implement PaintCallbacks With Support for WGPU (#1684) 2022-05-28 17:52:36 +02:00