public class Registry extends Util
| Constructor | Description |
|---|---|
Registry() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
gluCheckExtension(String extName,
String extString) |
Method gluCheckExtension
|
static String |
gluGetString(int name) |
Method gluGetString
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbytesPerPixel, ceil, compPerPix, cross, glGetIntegerv, nearestPower, normalizepublic static String gluGetString(int name)
name - public static boolean gluCheckExtension(String extName, String extString)
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.Copyright © 2002-2009 lwjgl.org. All Rights Reserved.