-/* $Id: gl.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */
+/* $Id: gl.h,v 1.2 1999/09/11 11:26:34 brianp Exp $ */
/*
* Mesa 3-D graphics library
/*
- * 1.0 Extensions
+ * Extensions
*/
/* GL_EXT_blend_minmax */
GLAPI void GLAPIENTRY glUnlockArraysEXT( void );
+/* GL_EXT_get_proc_address */
+typedef void (*GLfunction)();
+GLAPI GLfunction GLAPIENTRY glGetProcAddressEXT( const GLubyte *procName );
+
+
+
#if defined(__BEOS__) || defined(__QUICKDRAW__)
#pragma export off
#endif
#define GL_PGI_misc_hints 1
#define GL_EXT_compiled_vertex_array 1
#define GL_EXT_clip_volume_hint 1
+#define GL_EXT_get_proc_address 1
#ifdef macintosh