OPENGL: Slight simplifcation for opengl-func.h usage.

This commit is contained in:
Johannes Schickel 2015-12-21 04:45:52 +01:00
parent b7e64c6eeb
commit 1802c939a1
2 changed files with 10 additions and 2 deletions

View file

@ -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
};