glEnable method

void glEnable(
  1. int v0
)

Implementation

void glEnable(int v0) {
  gl.enable(v0);
}