public static void glTextureParameterf(int texture, int pname, float param) {
   GL45.glTextureParameterf(texture, pname, param);
 }