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