enable method

void enable(
  1. int kind
)

Implementation

void enable(int kind) {
  _gl.enable(kind);
}