OPENGL: Slight simplifcation for opengl-func.h usage.
This commit is contained in:
parent
b7e64c6eeb
commit
1802c939a1
2 changed files with 10 additions and 2 deletions
|
@ -98,9 +98,7 @@ struct Context {
|
|||
#endif
|
||||
|
||||
#define GL_FUNC_DEF(ret, name, param) ret (GL_CALL_CONV *name)param
|
||||
#define GL_EXT_FUNC_DEF GL_FUNC_DEF
|
||||
#include "backends/graphics/opengl/opengl-func.h"
|
||||
#undef GL_EXT_FUNC_DEF
|
||||
#undef GL_FUNC_DEF
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue