Class KHRRobustness

java.lang.Object
org.lwjgl.opengl.KHRRobustness

public final class KHRRobustness extends Object
  • Field Details

    • GL_GUILTY_CONTEXT_RESET

      public static final int GL_GUILTY_CONTEXT_RESET
      Returned by GetGraphicsResetStatus:
      See Also:
    • GL_INNOCENT_CONTEXT_RESET

      public static final int GL_INNOCENT_CONTEXT_RESET
      Returned by GetGraphicsResetStatus:
      See Also:
    • GL_UNKNOWN_CONTEXT_RESET

      public static final int GL_UNKNOWN_CONTEXT_RESET
      Returned by GetGraphicsResetStatus:
      See Also:
    • GL_CONTEXT_ROBUST_ACCESS

      public static final int GL_CONTEXT_ROBUST_ACCESS
      Accepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
      See Also:
    • GL_RESET_NOTIFICATION_STRATEGY

      public static final int GL_RESET_NOTIFICATION_STRATEGY
      Accepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
      See Also:
    • GL_LOSE_CONTEXT_ON_RESET

      public static final int GL_LOSE_CONTEXT_ON_RESET
      Returned 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_NOTIFICATION
      Returned by GetIntegerv and related simple queries when <value> is RESET_NOTIFICATION_STRATEGY:
      See Also:
    • GL_CONTEXT_LOST

      public static final int GL_CONTEXT_LOST
      Returned 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

      public static void glGetnUniform(int program, int location, FloatBuffer params)
    • glGetnUniform

      public static void glGetnUniform(int program, int location, IntBuffer params)
    • glGetnUniformu

      public static void glGetnUniformu(int program, int location, IntBuffer params)