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

Commit aa78cd8

Browse files
add link to website (#38273)
1 parent 8f9071a commit aa78cd8

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
@@ -4163,8 +4163,8 @@ class ImageShader extends Shader {
41634163
/// An instance of [FragmentProgram] creates [Shader] objects (as used by
41644164
/// [Paint.shader]).
41654165
///
4166-
/// This API is in beta and does not yet work on web.
4167-
/// See https://github.com/flutter/flutter/projects/207 for roadmap.
4166+
/// For more information, see the website
4167+
/// [documentation]( https://docs.flutter.dev/development/ui/advanced/shaders).
41684168
class FragmentProgram extends NativeFieldWrapperClass1 {
41694169
@pragma('vm:entry-point')
41704170
FragmentProgram._fromAsset(String assetKey) {
@@ -4181,8 +4181,6 @@ class FragmentProgram extends NativeFieldWrapperClass1 {
41814181

41824182
String? _debugName;
41834183

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

0 commit comments

Comments
 (0)