mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
added _GLAPI_EXTRA_SLOTS symbol
This commit is contained in:
parent
d850fc3e54
commit
4329fd5e47
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glapitable.h,v 1.1 1999/11/25 18:16:33 brianp Exp $ */
|
||||
/* $Id: glapitable.h,v 1.2 1999/11/27 21:30:10 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -66,6 +66,8 @@
|
|||
|
||||
|
||||
|
||||
#define _GLAPI_EXTRA_SLOTS 1000
|
||||
|
||||
|
||||
/*
|
||||
* This struct contains pointers for all the GL API entrypoints
|
||||
|
|
@ -552,7 +554,7 @@ struct _glapi_table
|
|||
#endif
|
||||
|
||||
|
||||
void *ExtensionFuncs[1000];
|
||||
void *ExtensionFuncs[_GLAPI_EXTRA_SLOTS];
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue