Documentation of 'org.jzy3d.plot3d.pipelines.GLErrorReader' Java class
GLErrorReader
org.jzy3d.plot3d.pipelines

Class GLErrorReader



  • public class GLErrorReader
    extends java.lang.Object
    This utility allows checking the GL2 error bit after a call to a GL2 command. When an error is detected, a textual information is printed out in console.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GLErrorReader() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean getAndPrintError(com.jogamp.opengl.GL gl)
      If an error occured, print it.
      static void getAndPrintError(com.jogamp.opengl.GL gl, java.lang.String info)
      If an error occured, print it and add an information string at the following line.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GLErrorReader

        public GLErrorReader()
    • Method Detail

      • getAndPrintError

        public static void getAndPrintError(com.jogamp.opengl.GL gl,
                                            java.lang.String info)
        If an error occured, print it and add an information string at the following line.
      • getAndPrintError

        public static boolean getAndPrintError(com.jogamp.opengl.GL gl)
        If an error occured, print it.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.