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
Remove comment
  • Loading branch information
bdero committed Nov 21, 2022
commit 5a5021f45448702456378438a85a99d0535953b0
2 changes: 0 additions & 2 deletions lib/ui/painting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4333,8 +4333,6 @@ class FragmentShader extends Shader {
///
/// All the sampler uniforms that a shader expects must be provided or the
/// results will be undefined.
///
/// Use of this method may result in poor performance with the Impeller backend.
void setSampler(int index, ImageShader sampler) {
assert(!debugDisposed, 'Tried to access uniforms on a disposed Shader: $this');
_setSampler(index, sampler);
Expand Down