xref: /aosp_15_r20/external/mesa3d/src/glx/glxglvnd.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 #ifndef _glx_lib_glvnd_h_
2 #define _glx_lib_glvnd_h_
3 
4 typedef struct __GLXapiExportsRec __GLXapiExports;
5 
6 extern const __GLXapiExports *__glXGLVNDAPIExports;
7 
8 extern const int DI_FUNCTION_COUNT;
9 
10 extern const void * const __glXDispatchFunctions[];
11 extern int __glXDispatchTableIndices[];
12 extern const char * const __glXDispatchTableStrings[];
13 
14 #endif
15