Add basic EGL support

This commit is contained in:
Jérôme Leclercq
2020-09-01 18:46:35 +02:00
parent 07a02ecfcd
commit ef737a8ecd
29 changed files with 1122 additions and 94 deletions

View File

@@ -7,6 +7,8 @@
#ifndef NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
#define NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
#undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos)
#include <GLES3/gl3.h>
#include <GL/wgl.h>
#include <GL/wglext.h>