activeTexture method

void activeTexture(
  1. GLenum texture
)

The WebGLRenderingContext.activeTexture() method of the WebGL API specifies which texture unit to make active.

Implementation

external void activeTexture(GLenum texture);