Parcourir la source

added _glapi_get_proc_name()

tags/mesa_3_3
Brian Paul il y a 26 ans
Parent
révision
acd181021d
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5
    1
      src/mesa/glapi/glapi.h

+ 5
- 1
src/mesa/glapi/glapi.h Voir le fichier

@@ -1,4 +1,4 @@
/* $Id: glapi.h,v 1.6 1999/12/15 15:02:31 brianp Exp $ */
/* $Id: glapi.h,v 1.7 1999/12/15 15:03:16 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -69,4 +69,8 @@ extern const GLvoid *
_glapi_get_proc_address(const char *funcName);


extern const char *
_glapi_get_proc_name(GLuint offset);


#endif

Chargement…
Annuler
Enregistrer