Package org.lwjgl.egl
Class EXTCreateContextRobustness
- java.lang.Object
-
- org.lwjgl.egl.EXTCreateContextRobustness
-
public final class EXTCreateContextRobustness extends java.lang.Object
Native bindings to the EXT_create_context_robustness extension.This extension allows creating an OpenGL or OpenGL ES context supporting robust buffer access behavior and a specified graphics reset notification behavior.
Requires
EGL 1.4
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
EGL_LOSE_CONTEXT_ON_RESET_EXT
EGL_NO_RESET_NOTIFICATION_EXT
-
-
-
Field Detail
-
EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
public static final int EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
- See Also:
- Constant Field Values
-
EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
public static final int EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
- See Also:
- Constant Field Values
-
EGL_NO_RESET_NOTIFICATION_EXT
public static final int EGL_NO_RESET_NOTIFICATION_EXT
- See Also:
- Constant Field Values
-
EGL_LOSE_CONTEXT_ON_RESET_EXT
public static final int EGL_LOSE_CONTEXT_ON_RESET_EXT
- See Also:
- Constant Field Values
-
-