mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Fix panic on wgpu GL backend due to new screenshot capability (#3078)
* Triage for GL backend * And cargo-fmt * Changelog update with PR and issue * Update crates/eframe/src/epi/mod.rs Co-authored-by: Andreas Reich <r_andreas2@web.de> * Update crates/egui-wgpu/src/winit.rs Co-authored-by: Andreas Reich <r_andreas2@web.de> * Add "supports_screenshot" to surface state * Cranky fix * fmt --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -3,6 +3,7 @@ All notable changes to the `egui-wgpu` integration will be noted in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* Fix panic on wgpu GL backend due to new screenshot capability ([#3068](https://github.com/emilk/egui/issues/3068), [#3078](https://github.com/emilk/egui/pull/3078)
|
||||
|
||||
|
||||
## 0.22.0 - 2023-05-23
|
||||
|
||||
Reference in New Issue
Block a user