disable method

void disable(
  1. int kind
)

Implementation

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