mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added initial ARB_robustness support.
This commit is contained in:
@@ -99,6 +99,7 @@ struct _GLFWhints
|
||||
GLboolean glForward;
|
||||
GLboolean glDebug;
|
||||
int glProfile;
|
||||
int glRobustness;
|
||||
};
|
||||
|
||||
|
||||
@@ -119,6 +120,7 @@ struct _GLFWwndconfig
|
||||
GLboolean glForward;
|
||||
GLboolean glDebug;
|
||||
int glProfile;
|
||||
int glRobustness;
|
||||
_GLFWwindow* share;
|
||||
};
|
||||
|
||||
@@ -196,6 +198,7 @@ struct _GLFWwindow
|
||||
int glMajor, glMinor, glRevision;
|
||||
GLboolean glForward, glDebug;
|
||||
int glProfile;
|
||||
int glRobustness;
|
||||
PFNGLGETSTRINGIPROC GetStringi;
|
||||
|
||||
// These are defined in the current port's platform.h
|
||||
|
||||
Reference in New Issue
Block a user