mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
wgpu renderer no longer creates a sampler with every texture (#2198)
This commit is contained in:
@@ -136,7 +136,7 @@ pub struct TextureMeta {
|
||||
}
|
||||
|
||||
/// How the texture texels are filtered.
|
||||
#[derive(Copy, Clone, Debug, PartialEq)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
|
||||
pub enum TextureFilter {
|
||||
/// Show the nearest pixel value.
|
||||
|
||||
Reference in New Issue
Block a user