From 6b7eb9b9d8a207f99e2c5643068134eef5f83fca Mon Sep 17 00:00:00 2001 From: olsner Date: Fri, 9 Apr 2004 12:43:06 +0000 Subject: [PATCH] Added glClientActiveTexture This was SVN commit r200. --- source/lib/glext_funcs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/glext_funcs.h b/source/lib/glext_funcs.h index e953fc9213..7ba7c90575 100755 --- a/source/lib/glext_funcs.h +++ b/source/lib/glext_funcs.h @@ -6,6 +6,7 @@ FUNC(void, glMultiTexCoord2f, (int, float, float)) #ifndef REAL_GL_1_3 FUNC(void, glActiveTexture, (int)) +FUNC(void, glClientActiveTexture, (int)) #endif // EXT_swap_control