enable method

void enable(
  1. int v0
)

Implementation

void enable(int v0) {
  _gl.enable(v0);
  checkError('enable');
}