Skip to content

Commit

Permalink
add note for supported backends
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanderc committed Sep 22, 2024
1 parent 2c2d76c commit 572e637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/epaint/src/textures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ pub struct TextureOptions {
///
/// Mipmaps ensures textures look smooth even when the texture is very small and pixels are much
/// larger than individual texels.
///
/// # Notes
///
/// - This may not be available on all backends (currently only `egui_glow`).
pub mipmap_mode: Option<TextureFilter>,
}

Expand Down

0 comments on commit 572e637

Please sign in to comment.