public static void glTextureStorage3DMultisample(
     int texture,
     int samples,
     int internalformat,
     int width,
     int height,
     int depth,
     boolean fixedsamplelocations) {
   GL45.glTextureStorage3DMultisample(
       texture, samples, internalformat, width, height, depth, fixedsamplelocations);
 }