/// <summary>
 ///
 /// </summary>
 public void Release()
 {
     if (_keywords != null)
     {
         _texture.DestroyMaterialManager(this);
     }
 }