diff options
author | numzero <numzer0@yandex.ru> | 2023-03-02 02:42:29 +0300 |
---|---|---|
committer | numzero <numzer0@yandex.ru> | 2023-03-02 02:44:52 +0300 |
commit | 1bbe341daa0649954b33a6be985e98d49418cbe3 (patch) | |
tree | 535146a92d8f96fce2904c923618930c8b3f0a1b /include/EDriverTypes.h | |
parent | d6716ec31b7399517655403d8963b7632bbbf6b3 (diff) | |
download | irrlicht-1bbe341daa0649954b33a6be985e98d49418cbe3.tar.xz |
Support both OpenGL3 and GLES2 on SDL2
Diffstat (limited to 'include/EDriverTypes.h')
-rw-r--r-- | include/EDriverTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/EDriverTypes.h b/include/EDriverTypes.h index 1c23536..0409757 100644 --- a/include/EDriverTypes.h +++ b/include/EDriverTypes.h @@ -35,6 +35,8 @@ namespace video //! WebGL1 friendly subset of OpenGL-ES 2.x driver for Emscripten
EDT_WEBGL1,
+ EDT_OPENGL3,
+
//! No driver, just for counting the elements
EDT_COUNT
};
|