]> git.lizzy.rs Git - irrlicht.git/commit - source/Irrlicht/COpenGLDriver.cpp
Add a unified cross platform OpenGL core profile binding (#52)
authorhecks <42101236+hecktest@users.noreply.github.com>
Sat, 7 Aug 2021 19:56:00 +0000 (21:56 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 19:56:00 +0000 (21:56 +0200)
commit5bf68b5731b1817c31959b8e3adf19a4c2307630
treebcd0af6f07df105882f0353cd610abf00e26fe2e
parent7709e1e5f8d8429308ae20d366171fdf6e64bee8
Add a unified cross platform OpenGL core profile binding (#52)
16 files changed:
.gitignore
include/IContextManager.h
include/mt_opengl.h [new file with mode: 0755]
scripts/BindingGenerator.lua [new file with mode: 0755]
source/Irrlicht/CEGLManager.cpp
source/Irrlicht/CEGLManager.h
source/Irrlicht/CGLXManager.cpp
source/Irrlicht/CGLXManager.h
source/Irrlicht/CMakeLists.txt
source/Irrlicht/CNSOGLManager.h
source/Irrlicht/CNSOGLManager.mm
source/Irrlicht/COGLES2Driver.cpp
source/Irrlicht/COpenGLDriver.cpp
source/Irrlicht/CWGLManager.cpp
source/Irrlicht/CWGLManager.h
source/Irrlicht/mt_opengl_loader.cpp [new file with mode: 0755]