Browse Source

Removed GLFW 2 option macro.

GLFW_NO_GLU is a GLFW 2 feature.  GLFW 3 does not include the GLU header
by default.
shared-context
Camilla Berglund 11 years ago
parent
commit
57308993cb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      example/example_gl3.c

+ 0
- 1
example/example_gl3.c View File

@@ -20,7 +20,6 @@
#ifdef NANOVG_GLEW
# include <GL/glew.h>
#endif
#define GLFW_NO_GLU
#ifdef __APPLE__
# define GLFW_INCLUDE_GLCOREARB
#endif


Loading…
Cancel
Save