public static void glTextureStorage2D(
     int texture, int levels, int internalformat, int width, int height) {
   GL45.glTextureStorage2D(texture, levels, internalformat, width, height);
 }