mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 13:55:54 +02:00
Added initial ARB_robustness support.
This commit is contained in:
@@ -412,6 +412,12 @@ extern "C" {
|
||||
#define GLFW_OPENGL_FORWARD_COMPAT 0x00020015
|
||||
#define GLFW_OPENGL_DEBUG_CONTEXT 0x00020016
|
||||
#define GLFW_OPENGL_PROFILE 0x00020017
|
||||
#define GLFW_OPENGL_ROBUSTNESS 0x00020018
|
||||
|
||||
/* GLFW_OPENGL_ROBUSTNESS mode tokens */
|
||||
#define GLFW_OPENGL_NO_ROBUSTNESS 0x00000000
|
||||
#define GLFW_OPENGL_NO_RESET_NOTIFICATION 0x00000001
|
||||
#define GLFW_OPENGL_LOSE_CONTEXT_ON_RESET 0x00000002
|
||||
|
||||
/* GLFW_OPENGL_PROFILE bit tokens */
|
||||
#define GLFW_OPENGL_CORE_PROFILE 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user