Added EGL errors to output, added EGL init to Win32.

This commit is contained in:
Camilla Berglund
2013-01-16 20:10:17 +01:00
parent 9b6fb32dc2
commit 3a871b9edb
4 changed files with 96 additions and 7 deletions
+19
View File
@@ -149,6 +149,25 @@ static void initWGLExtensions(_GLFWwindow* window)
////// GLFW internal API //////
//////////////////////////////////////////////////////////////////////////
//========================================================================
// Initialize WGL
//========================================================================
int _glfwInitOpenGL(void)
{
return GL_TRUE;
}
//========================================================================
// Terminate WGL
//========================================================================
void _glfwTerminateOpenGL(void)
{
}
//========================================================================
// Prepare for creation of the OpenGL context
//========================================================================