Added OpenGL Reference pointers.
This commit is contained in:
parent
839721b926
commit
4ce884fa52
@ -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
|
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.
|
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
|
If an OpenGL context is requested, the `GLFW_OPENGL_DEBUG_CONTEXT` hint
|
||||||
specifies whether to create a debug OpenGL context, which may have
|
specifies whether to create a debug OpenGL context, which may have
|
||||||
additional error and performance issue reporting functionality. If another
|
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
|
an OpenGL version below 3.2, `GLFW_OPENGL_ANY_PROFILE` must be used. If
|
||||||
another client API is requested, this hint is ignored.
|
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
|
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
|
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
|
`GLFW_LOSE_CONTEXT_ON_RESET`, or `GLFW_NO_ROBUSTNESS` to not request
|
||||||
|
Loading…
Reference in New Issue
Block a user