diff --git a/readme.html b/readme.html index 7ac687ad..57e71f86 100644 --- a/readme.html +++ b/readme.html @@ -271,7 +271,7 @@ version of GLFW.
glfwSetWindowFocusCallback
function and GLFWwindowfocusfun
type for receiving window focus eventsglfwSetWindowIconifyCallback
function and GLFWwindowiconifyfun
type for receiving window iconification eventsglfwGetCurrentWindow
function for retrieving the window whose OpenGL context is currentGLFW_OPENGL_ES2_PROFILE
profile for creating OpenGL ES 2.0 contextsGLFW_OPENGL_ES2_PROFILE
profile for creating OpenGL ES 2.0 contexts using the GLX_EXT_create_context_es2_profile
and WGL_EXT_create_context_es2_profile
extensionswindows
simple multi-window test programsharing
simple OpenGL object sharing test programglfwOpenWindow
for specifying a context the new window's context will share objects with