1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00
Files
egui/crates
Lucas Meurer e63fa0b314 Add new render_every_step flag to egui_kittest (#8487)
Some applications / test depend on specific gpu state and may be doing
gpu-readback. This adds a `always_render` flag, which calls `render`
every frame so that the gpu dependent logic will work correctly.
It also saves the last render result so we don't have to render the same
frame twice.
2026-09-03 14:54:51 +00:00
..
2026-08-26 06:09:32 +00:00
2026-09-03 15:55:33 +02:00