Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/glx/glxglvnd.h
4558 views
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
16