menu
Dart
dart:web_gl
RenderingContext2
bindSampler method
bindSampler
brightness_4
brightness_5
description
bindSampler
method
void
bindSampler
(
int
unit
,
Sampler
?
sampler
)
Implementation
void bindSampler(int unit, Sampler? sampler) native;
Dart
dart:web_gl
RenderingContext2
bindSampler method
RenderingContext2 class