Explorar el Código

removed gluGetProcAddressEXT()

tags/mesa_3_1
Brian Paul hace 26 años
padre
commit
c7af1b0b94
Se han modificado 1 ficheros con 1 adiciones y 14 borrados
  1. 1
    14
      include/GL/glu.h

+ 1
- 14
include/GL/glu.h Ver fichero

@@ -1,4 +1,4 @@
/* $Id: glu.h,v 1.12 1999/10/22 10:47:58 brianp Exp $ */
/* $Id: glu.h,v 1.13 1999/10/27 09:43:48 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -463,19 +463,6 @@ GLUAPI const GLubyte* GLAPIENTRY gluGetString( GLenum name );



/*
* GLU_EXT_get_proc_address extension
*/
/*
* WARNING: this extension is not finalized yet! Do not release code
* which uses this extension yet! It may change!
*/
#define GLU_EXT_get_proc_address 1
#ifdef GLU_EXT_get_proc_address
GLUAPI void (GLAPIENTRY *gluGetProcAddressEXT(const GLubyte *procName))();
#endif


#if defined(__BEOS__) || defined(__QUICKDRAW__)
#pragma export off
#endif

Cargando…
Cancelar
Guardar