From 4ce884fa52ecbe5fc6a726f8717a32c0406ed58d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 15 Aug 2014 01:04:03 +0200 Subject: [PATCH] Added OpenGL Reference pointers. --- docs/window.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/window.dox b/docs/window.dox index bd6abcfd..de988eaa 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -199,6 +199,9 @@ where all functionality deprecated in the requested version of OpenGL is removed. This may only be used if the requested OpenGL version is 3.0 or above. If another client API is requested, this hint is ignored. +@note Forward-compatibility is described in detail in the +[OpenGL Reference Manual](https://www.opengl.org/registry/). + If an OpenGL context is requested, the `GLFW_OPENGL_DEBUG_CONTEXT` hint specifies whether to create a debug OpenGL context, which may have additional error and performance issue reporting functionality. If another @@ -211,6 +214,9 @@ which OpenGL profile to create the context for. Possible values are one of an OpenGL version below 3.2, `GLFW_OPENGL_ANY_PROFILE` must be used. If another client API is requested, this hint is ignored. +@note OpenGL profiles are described in detail in the +[OpenGL Reference Manual](https://www.opengl.org/registry/). + The `GLFW_CONTEXT_ROBUSTNESS` hint specifies the robustness strategy to be used by the context. This can be one of `GLFW_NO_RESET_NOTIFICATION` or `GLFW_LOSE_CONTEXT_ON_RESET`, or `GLFW_NO_ROBUSTNESS` to not request