public static void glCopyTextureSubImage2D(
     int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height) {
   GL45.glCopyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
 }