Class KHRRobustness


  • public final class KHRRobustness
    extends Object
    • Field Detail

      • GL_GUILTY_CONTEXT_RESET

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

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

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

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

        public static final int GL_RESET_NOTIFICATION_STRATEGY
        Accepted by the <value> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • GL_CONTEXT_LOST

        public static final int GL_CONTEXT_LOST
        Returned by GetError:
        See Also:
        Constant Field Values
    • Method Detail

      • 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)