Class Util


  • public final class Util
    extends Object
    Simple utility class.
    Version:
    $Revision$
    Author:
    cix_foo
    • 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 String translateGLErrorString​(int error_code)
        Translate a GL error code to a String describing the error