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