about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibgltypes.h
blob: 1d6863cb911c4fae1a385f0c78c969a32e945c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.2.0.18) *
 *******************************************************************/
#ifndef __wrappedlibglTYPES_H_
#define __wrappedlibglTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef int32_t (*iFi_t)(int32_t);
typedef void* (*pFp_t)(void*);
typedef void (*vFpp_t)(void*, void*);
typedef void (*vFipp_t)(int32_t, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(glXSwapIntervalMESA, iFi_t) \
	GO(glGetVkProcAddrNV, pFp_t) \
	GO(glXGetProcAddress, pFp_t) \
	GO(glXGetProcAddressARB, pFp_t) \
	GO(glDebugMessageCallback, vFpp_t) \
	GO(glDebugMessageCallbackAMD, vFpp_t) \
	GO(glDebugMessageCallbackARB, vFpp_t) \
	GO(glDebugMessageCallbackKHR, vFpp_t) \
	GO(glProgramCallbackMESA, vFipp_t)

#endif // __wrappedlibglTYPES_H_