glEnable method

void glEnable(
  1. int v0
)

Implementation

void glEnable(int v0) {
  gles.glEnable(gl, v0);
}