Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
- Use lowercase driver names for the `--rendering-driver` command line argument.
This commit is contained in:
@ -119,8 +119,8 @@ protected:
|
||||
|
||||
public:
|
||||
enum VideoDriver {
|
||||
VIDEO_DRIVER_GLES2,
|
||||
VIDEO_DRIVER_VULKAN,
|
||||
VIDEO_DRIVER_OPENGL,
|
||||
};
|
||||
|
||||
enum Weekday {
|
||||
|
||||
Reference in New Issue
Block a user