def _delete(self): """ Delete shader from GPU memory (if it was present). """ gl.glDeleteShader(self._handle)