Package org.lwjgl.util.glu
Class Registry
java.lang.Object
org.lwjgl.util.glu.Util
org.lwjgl.util.glu.Registry
Registry.java
Created 11-jan-2004
- Author:
- Erik Duijs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
gluCheckExtension
(String extName, String extString) Method gluCheckExtensionstatic String
gluGetString
(int name) Method gluGetStringMethods inherited from class org.lwjgl.util.glu.Util
bytesPerPixel, ceil, compPerPix, cross, glGetIntegerv, nearestPower, normalize
-
Constructor Details
-
Registry
public Registry()
-
-
Method Details
-
gluGetString
Method gluGetString- Parameters:
name
-- Returns:
- String
-
gluCheckExtension
Method gluCheckExtension- Parameters:
extName
- is an extension name.extString
- is a string of extensions separated by blank(s). There may or may not be leading or trailing blank(s) in extString. This works in cases of extensions being prefixes of another like GL_EXT_texture and GL_EXT_texture3D.- Returns:
- boolean true if extName is found otherwise it returns false.
-