Package org.lwjgl.opengl
Class KHRRobustness
java.lang.Object
org.lwjgl.opengl.KHRRobustness
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intReturned by GetError:static final intAccepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final intReturned by GetGraphicsResetStatus:static final intReturned by GetGraphicsResetStatus:static final intReturned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY:static final intReturned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY:static final intAccepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final intReturned by GetGraphicsResetStatus: -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic voidglGetnUniform(int program, int location, FloatBuffer params) static voidglGetnUniform(int program, int location, IntBuffer params) static voidglGetnUniformu(int program, int location, IntBuffer params) static voidglReadnPixels(int x, int y, int width, int height, int format, int type, int pixels_bufSize, long pixels_buffer_offset) static voidglReadnPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) static voidglReadnPixels(int x, int y, int width, int height, int format, int type, DoubleBuffer pixels) static voidglReadnPixels(int x, int y, int width, int height, int format, int type, FloatBuffer pixels) static voidglReadnPixels(int x, int y, int width, int height, int format, int type, IntBuffer pixels) static voidglReadnPixels(int x, int y, int width, int height, int format, int type, ShortBuffer pixels)
-
Field Details
-
GL_GUILTY_CONTEXT_RESET
public static final int GL_GUILTY_CONTEXT_RESETReturned by GetGraphicsResetStatus:- See Also:
-
GL_INNOCENT_CONTEXT_RESET
public static final int GL_INNOCENT_CONTEXT_RESETReturned by GetGraphicsResetStatus:- See Also:
-
GL_UNKNOWN_CONTEXT_RESET
public static final int GL_UNKNOWN_CONTEXT_RESETReturned by GetGraphicsResetStatus:- See Also:
-
GL_CONTEXT_ROBUST_ACCESS
public static final int GL_CONTEXT_ROBUST_ACCESSAccepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_RESET_NOTIFICATION_STRATEGY
public static final int GL_RESET_NOTIFICATION_STRATEGYAccepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_LOSE_CONTEXT_ON_RESET
public static final int GL_LOSE_CONTEXT_ON_RESETReturned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY:- See Also:
-
GL_NO_RESET_NOTIFICATION
public static final int GL_NO_RESET_NOTIFICATIONReturned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY:- See Also:
-
GL_CONTEXT_LOST
public static final int GL_CONTEXT_LOSTReturned by GetError:- See Also:
-
-
Method Details
-
glGetGraphicsResetStatus
public static int glGetGraphicsResetStatus() -
glReadnPixels
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) -
glReadnPixels
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, DoubleBuffer pixels) -
glReadnPixels
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, FloatBuffer pixels) -
glReadnPixels
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, IntBuffer pixels) -
glReadnPixels
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, ShortBuffer pixels) -
glReadnPixels
public static void glReadnPixels(int x, int y, int width, int height, int format, int type, int pixels_bufSize, long pixels_buffer_offset) -
glGetnUniform
-
glGetnUniform
-
glGetnUniformu
-