Package org.lwjgl.opengles
Class EXTRobustness
java.lang.Object
org.lwjgl.opengles.EXTRobustness
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Returned by GetGraphicsResetStatusEXT:static final int
Returned by GetGraphicsResetStatusEXT:static final int
Returned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY_EXT :static final int
Returned by GetGraphicsResetStatusEXT:static final int
Returned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY_EXT :static final int
Accepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Returned by GetGraphicsResetStatusEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic int
static void
glGetnUniformEXT
(int program, int location, FloatBuffer params) static void
glGetnUniformEXT
(int program, int location, IntBuffer params) static void
glReadnPixelsEXT
(int x, int y, int width, int height, int format, int type, ByteBuffer data) static void
glReadnPixelsEXT
(int x, int y, int width, int height, int format, int type, FloatBuffer data) static void
glReadnPixelsEXT
(int x, int y, int width, int height, int format, int type, IntBuffer data) static void
glReadnPixelsEXT
(int x, int y, int width, int height, int format, int type, ShortBuffer data)
-
Field Details
-
GL_NO_ERROR
public static final int GL_NO_ERRORReturned by GetGraphicsResetStatusEXT:- See Also:
-
GL_GUILTY_CONTEXT_RESET_EXT
public static final int GL_GUILTY_CONTEXT_RESET_EXTReturned by GetGraphicsResetStatusEXT:- See Also:
-
GL_INNOCENT_CONTEXT_RESET_EXT
public static final int GL_INNOCENT_CONTEXT_RESET_EXTReturned by GetGraphicsResetStatusEXT:- See Also:
-
GL_UNKNOWN_CONTEXT_RESET_EXT
public static final int GL_UNKNOWN_CONTEXT_RESET_EXTReturned by GetGraphicsResetStatusEXT:- See Also:
-
GL_CONTEXT_ROBUST_ACCESS_EXT
public static final int GL_CONTEXT_ROBUST_ACCESS_EXTAccepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_RESET_NOTIFICATION_STRATEGY_EXT
public static final int GL_RESET_NOTIFICATION_STRATEGY_EXTAccepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_LOSE_CONTEXT_ON_RESET_EXT
public static final int GL_LOSE_CONTEXT_ON_RESET_EXTReturned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY_EXT :- See Also:
-
GL_NO_RESET_NOTIFICATION_EXT
public static final int GL_NO_RESET_NOTIFICATION_EXTReturned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY_EXT :- See Also:
-
-
Method Details
-
glGetGraphicsResetStatusEXT
public static int glGetGraphicsResetStatusEXT() -
glReadnPixelsEXT
public static void glReadnPixelsEXT(int x, int y, int width, int height, int format, int type, ByteBuffer data) -
glReadnPixelsEXT
public static void glReadnPixelsEXT(int x, int y, int width, int height, int format, int type, FloatBuffer data) -
glReadnPixelsEXT
public static void glReadnPixelsEXT(int x, int y, int width, int height, int format, int type, IntBuffer data) -
glReadnPixelsEXT
public static void glReadnPixelsEXT(int x, int y, int width, int height, int format, int type, ShortBuffer data) -
glGetnUniformEXT
-
glGetnUniformEXT
-