void activeTexture(
int texture
)

Not documented.

Source

@DomName('WebGLRenderingContext.activeTexture')
@DocsEditable()
void activeTexture(int texture) => _blink.BlinkWebGLRenderingContext.instance.activeTexture_Callback_1_(unwrap_jso(this), texture);