Class Registry

java.lang.Object
org.lwjglx.util.glu.Util
org.lwjglx.util.glu.Registry

public class Registry
extends Util
  • Constructor Summary

    Constructors
    Constructor Description
    Registry()  
  • Method Summary

    Modifier and Type Method Description
    static boolean gluCheckExtension​(java.lang.String string, java.lang.String string2)  
    static java.lang.String gluGetString​(int int1)  

    Methods inherited from class org.lwjglx.util.glu.Util

    bytesPerPixel, ceil, compPerPix, cross, nearestPower, normalize

    Methods inherited from class java.lang.Object

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

    • Registry

      public Registry()
  • Method Details

    • gluGetString

      public static java.lang.String gluGetString​(int int1)
    • gluCheckExtension

      public static boolean gluCheckExtension​(java.lang.String string, java.lang.String string2)