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