public static void glGenerateTextureMipmap(int texture) {
   GL45.glGenerateTextureMipmap(texture);
 }