Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5f9a13c

Browse files
author
Jonah Williams
authored
add link to website (#38273) (#38286)
1 parent caeae4c commit 5f9a13c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/ui/painting.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4151,8 +4151,8 @@ class ImageShader extends Shader {
41514151
/// An instance of [FragmentProgram] creates [Shader] objects (as used by
41524152
/// [Paint.shader]).
41534153
///
4154-
/// This API is in beta and does not yet work on web.
4155-
/// See https://github.com/flutter/flutter/projects/207 for roadmap.
4154+
/// For more information, see the website
4155+
/// [documentation]( https://docs.flutter.dev/development/ui/advanced/shaders).
41564156
class FragmentProgram extends NativeFieldWrapperClass1 {
41574157
@pragma('vm:entry-point')
41584158
FragmentProgram._fromAsset(String assetKey) {
@@ -4169,8 +4169,6 @@ class FragmentProgram extends NativeFieldWrapperClass1 {
41694169

41704170
String? _debugName;
41714171

4172-
// TODO(zra): Document custom shaders on the website and add a link to it
4173-
// here. https://github.com/flutter/flutter/issues/107929.
41744172
/// Creates a fragment program from the asset with key [assetKey].
41754173
///
41764174
/// The asset must be a file produced as the output of the `impellerc`

0 commit comments

Comments
 (0)