1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10: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:
triangle drawer
2021-09-05 18:00:45 +09:00
committed by GitHub
parent acf9d0114d
commit 203d571c8b
10 changed files with 227 additions and 5 deletions

3
Cargo.lock generated
View File

@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph"
version = "0.2.11"
@@ -829,6 +831,7 @@ dependencies = [
"egui",
"epi",
"glium",
"image",
"ron",
"serde",
"tts",