public static void glNamedFramebufferTexture(
     int framebuffer, int attachment, int texture, int level) {
   GL45.glNamedFramebufferTexture(framebuffer, attachment, texture, level);
 }