nngn
Loading...
Searching...
No Matches
opengl.h
Go to the documentation of this file.
1#ifndef NNGN_GRAPHICS_OPENGL_H
2#define NNGN_GRAPHICS_OPENGL_H
3
4#include "os/platform.h"
5
6#ifdef NNGN_PLATFORM_EMSCRIPTEN
7#define GLFW_INCLUDE_ES3
8#else
9#include <GL/glew.h>
10#endif
11#include <GLFW/glfw3.h>
12
13#endif