public final class Util
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
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 ofCopyright © 2002-2009 lwjgl.org. All Rights Reserved.