Skip to content

Instantly share code, notes, and snippets.

@kbenzie
Created October 26, 2012 20:01
Show Gist options
  • Save kbenzie/3961122 to your computer and use it in GitHub Desktop.
Save kbenzie/3961122 to your computer and use it in GitHub Desktop.
glewInit
if (glewInit() != GLEW_OK) {
glfwTerminate();
exit(EXIT_FAILURE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment