Class Util


  • public final class Util
    extends java.lang.Object
    Simple utility class.
    Version:
    $Revision$
    Author:
    cix_foo
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkGLError()
      Throws OpenGLException if glGetError() returns anything else than GL_NO_ERROR
      static java.lang.String translateGLErrorString​(int error_code)
      Translate a GL error code to a String describing the error
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkGLError

        public static void checkGLError()
                                 throws OpenGLException
        Throws OpenGLException if glGetError() returns anything else than GL_NO_ERROR
        Throws:
        OpenGLException
      • translateGLErrorString

        public static java.lang.String translateGLErrorString​(int error_code)
        Translate a GL error code to a String describing the error