Skip to content

Instantly share code, notes, and snippets.

@jafffy
Last active December 14, 2018 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jafffy/d266f49d589aca331e947dcd7416058f to your computer and use it in GitHub Desktop.
Save jafffy/d266f49d589aca331e947dcd7416058f to your computer and use it in GitHub Desktop.
void __lpglDrawArrays(GLenum mode, GLint first, GLsizei count);
#define glDrawArrays(mode, first, count) \
__lpglDrawArrays(mode, first, count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment