bindTexture method

void bindTexture(
  1. int target,
  2. WebGLTexture? texture
)

Implementation

void bindTexture(int target, WebGLTexture? texture) =>
    js_util.callMethod(this, 'bindTexture', [target, texture]);