void bindTexture(
int target,
Texture texture
)

Not documented.

Source

@DomName('WebGLRenderingContext.bindTexture')
@DocsEditable()
void bindTexture(int target, Texture texture) => _blink.BlinkWebGLRenderingContext.instance.bindTexture_Callback_2_(unwrap_jso(this), target, unwrap_jso(texture));