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:
parent
e3491a3744
commit
ce97ddbcb1
98 changed files with 4344 additions and 12432 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "gl_manager_windows.h"
|
||||
|
||||
#ifdef WINDOWS_ENABLED
|
||||
#ifdef GLES_WINDOWS_ENABLED
|
||||
#ifdef OPENGL_ENABLED
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -66,7 +66,7 @@ int GLManager_Windows::_find_or_create_display(GLWindow &win) {
|
|||
// }
|
||||
|
||||
// create
|
||||
GLDisplay d_temp;
|
||||
GLDisplay d_temp = {};
|
||||
_displays.push_back(d_temp);
|
||||
int new_display_id = _displays.size() - 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue