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:
    SoDebugError, SoMemoryError
    • Constructor Detail

      • SoGLError

        public SoGLError()
        Default constructor.
    • Method Detail

      • setHandlerCallback

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

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