bindSampler method
Implementation
void bindSampler(int unit, WebGLSampler? sampler) =>
js_util.callMethod(this, 'bindSampler', [unit, sampler]);
void bindSampler(int unit, WebGLSampler? sampler) =>
js_util.callMethod(this, 'bindSampler', [unit, sampler]);