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