mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Add api for accessing backend texture via epi (#695)
* Define NativeTexture trait for offscreen rendering add demo for NativeTexture trait * write changelog * add comment for native texture example * formatting * add license of Rust logo * NativeTexture trait method rename remove duplicate function with native texture remove rust logo * deprecated notice for register_glium_texture,register_webgl_texture * collect deprecated notice
This commit is contained in:
@@ -5,7 +5,8 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
## Unreleased
|
||||
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
|
||||
|
||||
* Add `epi::NativeTexture` trait for glium painter
|
||||
* Deprecate 'Painter::register_glium_texture'
|
||||
|
||||
## 0.14.0 - 2021-08-24
|
||||
* Fix native file dialogs hanging (eg. when using [`rfd`](https://github.com/PolyMeilex/rfd)).
|
||||
|
||||
Reference in New Issue
Block a user