activeTexture method

void activeTexture(
  1. int target
)

Implementation

void activeTexture(int target) {
  _gl.activeTexture(target);
}