Skip to content

Commit 9041a8f

Browse files
Remove GLAD stuff
1 parent fcf4e0e commit 9041a8f

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/main.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
#if defined(NANOGUI_GLAD)
2-
#if defined(NANOGUI_SHARED) && !defined(GLAD_GLAPI_EXPORT)
3-
#define GLAD_GLAPI_EXPORT
4-
#endif
5-
6-
#include <glad/glad.h>
7-
#else
8-
#if defined(__APPLE__)
9-
#define GLFW_INCLUDE_GLCOREARB
10-
#else
11-
#define GL_GLEXT_PROTOTYPES
12-
#endif
13-
#endif
14-
15-
#include <GLFW/glfw3.h>
16-
171
#include <nanogui/nanogui.h>
182

193
#if defined(WIN32)

0 commit comments

Comments
 (0)