|
|
|
@ -88,7 +88,7 @@ int _glfwCreateContext(_GLFWwindow* window, |
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
void _glfwDestroyContext(_GLFWwindow* window); |
|
|
|
void _glfwDestroyContext(_GLFWwindow* window); |
|
|
|
int _glfwAnalyzeContext(const _GLFWwindow* window, |
|
|
|
int _glfwAnalyzeContext(const _GLFWwindow* window, |
|
|
|
const _GLFWwndconfig* wndconfig, |
|
|
|
const _GLFWctxconfig* ctxconfig, |
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
|
|
|
|
|
|
|
|
#endif // _egl_platform_h_
|
|
|
|
#endif // _egl_platform_h_
|
|
|
|
|