public static void glTextureBuffer(int texture, int internalformat, int buffer) {
   GL45.glTextureBuffer(texture, internalformat, buffer);
 }