Install method

void Install()

Implementation

void Install() {
  _cgl.bindTexture(_textureType, _texture);
  properties.InstallLate(_cgl, _textureType);
  int err = _cgl.getError();
  assert(err == GL_NO_ERROR);
}