Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Dec 20, 2024
1 parent 3666601 commit db45bfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/egui-wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,8 @@ pub struct WgpuSetupCreateNew {
/// Optional selector for native adapters.
///
/// This field has no effect when targeting web!
/// Otherwise, if set [`WgpuSetup::CreateNew::power_preference`] is ignored and the
/// adapter is instead selected by this method.
/// Note that [`WgpuSetup::CreateNew::supported_backends`] is still used to
/// filter the adapter enumeration in the first place.
/// Otherwise, if set [`Self::power_preference`] is ignored and the adapter is instead selected by this method.
/// Note that [`Self::supported_backends`] is still used to filter the adapter enumeration in the first place.
///
/// Defaults to `None`.
pub native_adapter_selector: Option<NativeAdapterSelectorMethod>,
Expand Down

0 comments on commit db45bfa

Please sign in to comment.