Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix comment
  • Loading branch information
bdero committed Nov 21, 2022
commit 6e9c9a00a1a88fa4154b25d577fe39eaedf1daa0
2 changes: 1 addition & 1 deletion lib/ui/painting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4316,7 +4316,7 @@ class FragmentShader extends Shader {

/// Sets the sampler uniform at [index] to [image].
///
/// The index provided to setSampler is the index of the sampler uniform defined
/// The index provided to setImageSampler is the index of the sampler uniform defined
/// in the fragment program, excluding all non-sampler uniforms.
///
/// All the sampler uniforms that a shader expects must be provided or the
Expand Down