Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GLHeader.hpp
Go to the documentation of this file.
1/*
2 * Author: Sven Gothel <sgothel@jausoft.com>
3 * Copyright Gothel Software e.K.
4 *
5 * SPDX-License-Identifier: MIT
6 *
7 * This Source Code Form is subject to the terms of the MIT License
8 * If a copy of the MIT was not distributed with this file,
9 * you can obtain one at https://opensource.org/license/mit/.
10 */
11
12#ifndef GAMP_RENDER_GL_GLHEADER_HPP_
13#define GAMP_RENDER_GL_GLHEADER_HPP_
14
15#include <GLES2/gl2.h>
16#include <GLES3/gl31.h>
17#include <GLES3/gl32.h>
18
19#include <GL/gl.h>
20#include <GL/glext.h>
21
22#endif /* GAMP_RENDER_GL_GLHEADER_HPP_ */