-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Using Cas instead of CAS #14341 #14357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
this doesn't close #14341, there are other types using Could you also change those? |
pub use node::CasNode; | ||
|
||
/// Applies a contrast adaptive sharpening (CAS) filter to the camera. | ||
/// Applies a contrast adaptive sharpening (Cas) filter to the camera. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in doc it should stay CAS
crates/bevy_core_pipeline/src/contrast_adaptive_sharpening/mod.rs
Outdated
Show resolved
Hide resolved
It looks like your PR is a breaking change, but you didn't provide a migration guide. Could you add some context on what users should update when this change get released in a new version of Bevy? |
Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
Objective
Cas*
instead ofCAS*
#14341Solution