Fix doc comment "Turbo" -> "Extreme" (#7091)
# Objective Doc comment mentions turbo which is a sensitivity that doesn't exist. ## Solution Change the comment to "Extreme" which does exist
This commit is contained in:
parent
653c062ba3
commit
ebc5cb352d
@ -47,7 +47,8 @@ pub struct Fxaa {
|
||||
|
||||
/// Use lower sensitivity for a sharper, faster, result.
|
||||
/// Use higher sensitivity for a slower, smoother, result.
|
||||
/// Ultra and Turbo settings can result in significant smearing and loss of detail.
|
||||
/// [Ultra](`Sensitivity::Ultra`) and [Extreme](`Sensitivity::Extreme`)
|
||||
/// settings can result in significant smearing and loss of detail.
|
||||
|
||||
/// The minimum amount of local contrast required to apply algorithm.
|
||||
pub edge_threshold: Sensitivity,
|
||||
|
Loading…
Reference in New Issue
Block a user