Class SoGLError


public class SoGLError extends SoError
OpenGL rendering error handling. SoGLError is used for errors reported by the OpenGL render engine.
See SoError for full discussion of error handling in Open Inventor.

See Also:
  • Constructor Details

    • SoGLError

      public SoGLError()
      Default constructor.
  • Method Details

    • setHandlerCallback

      public static void setHandlerCallback(SoGLError.Handler h)
      Sets the handler for SoGLError class.
    • post

      public static void post(int openGLErrorCode, String glFuncName, String formatString)
      Posts an error.