added 1.4 functions

This commit is contained in:
Brian Paul 2002-11-07 16:23:40 +00:00
parent 42ace1c150
commit 1cfae1adb2

View file

@ -1,7 +1,7 @@
/* $Id: getprocaddress.c,v 1.3 2002/10/15 14:43:55 brianp Exp $ */
/* $Id: getprocaddress.c,v 1.4 2002/11/07 16:23:40 brianp Exp $ */
/*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
* Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -464,6 +464,49 @@ static const char *functions[] = {
"glCompressedTexSubImage2D",
"glCompressedTexSubImage1D",
"glGetCompressedTexImage",
"-1.4",
"glFogCoordf",
"glFogCoordfv",
"glFogCoordd",
"glFogCoorddv",
"glFogCoordPointer",
"glPointParameterf",
"glPointParameterfv",
"glPointParameteri",
"glPointParameteriv",
"glSecondaryColor3b",
"glSecondaryColor3bv",
"glSecondaryColor3d",
"glSecondaryColor3dv",
"glSecondaryColor3f",
"glSecondaryColor3fv",
"glSecondaryColor3i",
"glSecondaryColor3iv",
"glSecondaryColor3s",
"glSecondaryColor3sv",
"glSecondaryColor3ub",
"glSecondaryColor3ubv",
"glSecondaryColor3ui",
"glSecondaryColor3uiv",
"glSecondaryColor3us",
"glSecondaryColor3usv",
"glSecondaryColorPointer",
"glWindowPos2d",
"glWindowPos2dv",
"glWindowPos2f",
"glWindowPos2fv",
"glWindowPos2i",
"glWindowPos2iv",
"glWindowPos2s",
"glWindowPos2sv",
"glWindowPos3d",
"glWindowPos3dv",
"glWindowPos3f",
"glWindowPos3fv",
"glWindowPos3i",
"glWindowPos3iv",
"glWindowPos3s",
"glWindowPos3sv",
"-GL_ARB_multitexture",
"glActiveTextureARB",
"glClientActiveTextureARB",