public final class EXTCreateContextRobustness
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT |
static int |
EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT |
static int |
EGL_LOSE_CONTEXT_ON_RESET_EXT |
static int |
EGL_NO_RESET_NOTIFICATION_EXT |
public static final int EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
public static final int EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT
public static final int EGL_NO_RESET_NOTIFICATION_EXT
public static final int EGL_LOSE_CONTEXT_ON_RESET_EXT
Copyright LWJGL. All Rights Reserved. License terms.