Class Util

java.lang.Object
org.lwjglx.opengl.Util

public final class Util
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static void checkGLError()  
    static java.lang.String translateGLErrorString​(int int1)  

    Methods inherited from class java.lang.Object

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

    • checkGLError

      public static void checkGLError() throws OpenGLException
      Throws:
      OpenGLException
    • translateGLErrorString

      public static java.lang.String translateGLErrorString​(int int1)