|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.openal.Util
public final class Util
Simple utility class for checking AL/ALC errors
| Method Summary | |
|---|---|
static void |
checkALCError(ALCdevice device)
Checks for any ALC errors and throws an unchecked exception on errors |
static void |
checkALCValidContext(ALCcontext context)
Checks for a valid context |
static void |
checkALCValidDevice(ALCdevice device)
Checks for a valid device |
static void |
checkALError()
Checks for any AL errors and throws an unchecked exception on errors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void checkALCError(ALCdevice device)
device - Device for which to check ALC errorspublic static void checkALError()
public static void checkALCValidDevice(ALCdevice device)
device - ALCdevice to check the validity ofpublic static void checkALCValidContext(ALCcontext context)
context - ALCcontext to check the validity of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||