Skip to content

Instantly share code, notes, and snippets.

@dmikis
Created December 23, 2014 12:06
Show Gist options
  • Save dmikis/095b2bfaf30e51ab7e22 to your computer and use it in GitHub Desktop.
Save dmikis/095b2bfaf30e51ab7e22 to your computer and use it in GitHub Desktop.
#define GL_FUNCS(v) \
v(glFlush) \
v(glFinish)
#define INIT_GL_FUNC(f) decltype(::f) f = nullptr;
GL_FUNCS(INIT_GL_FUNC)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment