1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Add support for texture filters in WGPU backend

This commit is contained in:
Emil Ernerfeldt
2022-05-22 17:40:56 +02:00
parent 5d15e3d367
commit a29154233b
10 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
use egui::epaint::textures::TextureFilter;
use egui::mutex::Mutex;
use egui::TextureFilter;
/// An image to be shown in egui.
///