bindSampler method

void bindSampler(
  1. int unit,
  2. WebGLSampler? sampler
)

Implementation

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