mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
fix typo in PowerPreference::LowPower description
This commit is contained in:
parent
58b83f3ff6
commit
eda7031f35
@ -79,7 +79,7 @@ pub enum Backend {
|
||||
#[cfg_attr(feature = "trace", derive(Serialize))]
|
||||
#[cfg_attr(feature = "replay", derive(Deserialize))]
|
||||
pub enum PowerPreference {
|
||||
/// Adapter that uses the least possible power. This is often an integerated GPU.
|
||||
/// Adapter that uses the least possible power. This is often an integrated GPU.
|
||||
LowPower = 0,
|
||||
/// Adapter that has the highest performance. This is often a discrete GPU.
|
||||
HighPerformance = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user