libigl
v2.5.0
Loading...
Searching...
No Matches
gl.h
Go to the documentation of this file.
1
// This file is part of libigl, a simple c++ geometry processing library.
2
//
3
// Copyright (C) 2013, 2017 Alec Jacobson <alecjacobson@gmail.com>
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public License
6
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
7
// obtain one at http://mozilla.org/MPL/2.0/.
8
#ifndef IGL_OPENGL_GL_H
9
#define IGL_OPENGL_GL_H
10
11
#ifdef IGL_OPENGL2_GL_H
12
# error "igl/opengl2/gl.h already included"
13
#endif
14
15
// Always use this:
16
// #include "gl.h"
17
// Instead of:
18
// #include <OpenGL/gl3.h>
19
// or
20
// #include <GL/gl.h>
21
//
22
23
#include <glad/glad.h>
24
25
#endif
include
igl
opengl
gl.h
Generated by
1.9.8