Browse Source

removed glXGetProcAddressEXT

tags/mesa_3_1
Brian Paul 26 years ago
parent
commit
782ca03d6d
1 changed files with 4 additions and 8 deletions
  1. 4
    8
      include/GL/glx.h

+ 4
- 8
include/GL/glx.h View File

/* $Id: glx.h,v 1.3 1999/09/16 15:52:51 brianp Exp $ */
/* $Id: glx.h,v 1.4 1999/10/27 09:44:10 brianp Exp $ */


/* /*
* Mesa 3-D graphics library * Mesa 3-D graphics library


/* /*
* $Log: glx.h,v $ * $Log: glx.h,v $
* Revision 1.4 1999/10/27 09:44:10 brianp
* removed glXGetProcAddressEXT
*
* Revision 1.3 1999/09/16 15:52:51 brianp * Revision 1.3 1999/09/16 15:52:51 brianp
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress * added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
* *






/* GLX_EXT_get_proc_address */
/* WARNING: this extension is not finalized yet! Do not release code
* which uses this extension yet! It may change!
*/
extern void (*glXGetProcAddressEXT(const GLubyte *procName))();


/* GLX_MESA_pixmap_colormap */ /* GLX_MESA_pixmap_colormap */
extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual, extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
Pixmap pixmap, Colormap cmap ); Pixmap pixmap, Colormap cmap );

Loading…
Cancel
Save