Dart
dart:web_gl
RenderingContext2
bindSampler method
description
bindSampler method
void
bindSampler
(
int
unit
,
Sampler
sampler
)
Implementation
void
bindSampler(
int
unit, Sampler sampler) native;