mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +00:00
c90
This commit is contained in:
parent
a51f312381
commit
ac169d5ae1
@ -515,6 +515,7 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
|
||||
EGLint attribs[40];
|
||||
EGLConfig config;
|
||||
EGLContext share = NULL;
|
||||
int index = 0;
|
||||
|
||||
if (!_glfw.egl.display)
|
||||
{
|
||||
@ -553,7 +554,6 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
|
||||
}
|
||||
}
|
||||
|
||||
int index = 0;
|
||||
if (_glfw.egl.KHR_create_context)
|
||||
{
|
||||
int mask = 0, flags = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user