1. @DomName('WebGLRenderingContext.bindTexture')
  2. @DocsEditable()
void bindTexture(int target, Texture texture)

Source

@DomName('WebGLRenderingContext.bindTexture')
@DocsEditable()
void bindTexture(int target, Texture texture) native;