Context configuration. More...
#include <internal.h>
Public Attributes | |
int | api |
GLboolean | debug |
GLboolean | forward |
int | major |
int | minor |
int | profile |
int | release |
int | robustness |
_GLFWwindow * | share |
Context configuration.
Parameters relating to the creation of the context but not directly related to the framebuffer. This is used to pass context creation parameters from shared code to the platform API.
Definition at line 185 of file internal.h.
int _GLFWctxconfig::api |
Definition at line 187 of file internal.h.
GLboolean _GLFWctxconfig::debug |
Definition at line 191 of file internal.h.
GLboolean _GLFWctxconfig::forward |
Definition at line 190 of file internal.h.
int _GLFWctxconfig::major |
Definition at line 188 of file internal.h.
int _GLFWctxconfig::minor |
Definition at line 189 of file internal.h.
int _GLFWctxconfig::profile |
Definition at line 192 of file internal.h.
int _GLFWctxconfig::release |
Definition at line 194 of file internal.h.
int _GLFWctxconfig::robustness |
Definition at line 193 of file internal.h.
_GLFWwindow* _GLFWctxconfig::share |
Definition at line 195 of file internal.h.