This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4163,8 +4163,8 @@ class ImageShader extends Shader {
4163
4163
/// An instance of [FragmentProgram] creates [Shader] objects (as used by
4164
4164
/// [Paint.shader] ).
4165
4165
///
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) .
4168
4168
class FragmentProgram extends NativeFieldWrapperClass1 {
4169
4169
@pragma ('vm:entry-point' )
4170
4170
FragmentProgram ._fromAsset (String assetKey) {
@@ -4181,8 +4181,6 @@ class FragmentProgram extends NativeFieldWrapperClass1 {
4181
4181
4182
4182
String ? _debugName;
4183
4183
4184
- // TODO(zra): Document custom shaders on the website and add a link to it
4185
- // here. https://github.com/flutter/flutter/issues/107929.
4186
4184
/// Creates a fragment program from the asset with key [assetKey] .
4187
4185
///
4188
4186
/// The asset must be a file produced as the output of the `impellerc`
You can’t perform that action at this time.
0 commit comments