libigl v2.5.0
Loading...
Searching...
No Matches
background_window.h
Go to the documentation of this file.
1#ifndef IGL_OPENGL_GLFW_BACKGROUND_WINDOW_H
2#define IGL_OPENGL_GLFW_BACKGROUND_WINDOW_H
3#include "../../igl_inline.h"
4
5#include "../gl.h"
6#include <GLFW/glfw3.h>
7
8namespace igl
9{
10 namespace opengl
11 {
12 namespace glfw
13 {
24 IGL_INLINE bool background_window(GLFWwindow* & window);
25 }
26 }
27}
28
29#ifndef IGL_STATIC_LIBRARY
30# include "background_window.cpp"
31#endif
32
33#endif
#define IGL_INLINE
Definition igl_inline.h:15
bool background_window(GLFWwindow *&window)
Create a background window with a valid core profile opengl context set to current.
Definition AABB.h:17