public void generateMipmap(int target)
 {
     Gl.__glewGenerateMipmap(target);
     this.ErrorTest();
 }