public static void glTextureParameter(int texture, int pname, IntBuffer params) {
   GL45.glTextureParameter(texture, pname, params);
 }