diff options
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
};
|