You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify usage of the ImageFilter API for fragment shaders. (#12522)
_Description of what this PR is changing or adding, and why:_
- Suggest using the ImageFiltered class in addition to the
BackdropFilter class.
- Fix broken link to BackdropFilter page.
- Call out the automatically-filled uniform values when using
ImageFilter.shader.
- Change the example code to not set a size uniform value. As called out
above, this is incorrect and these set values are ignored.
_Issues fixed by this PR (if any):_
_PRs or commits this PR depends on (if any):_
## Presubmit checklist
- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
---------
Co-authored-by: Shams Zakhour <[email protected]>
0 commit comments