aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal/util/ALHelpers.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/jogamp/openal/util/ALHelpers.java')
-rw-r--r--src/java/com/jogamp/openal/util/ALHelpers.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/java/com/jogamp/openal/util/ALHelpers.java b/src/java/com/jogamp/openal/util/ALHelpers.java
index fda3167..011e5a7 100644
--- a/src/java/com/jogamp/openal/util/ALHelpers.java
+++ b/src/java/com/jogamp/openal/util/ALHelpers.java
@@ -55,6 +55,10 @@ public class ALHelpers {
public static final String ALC_ENUMERATION_EXT = "ALC_ENUMERATION_EXT";
public static final String ALC_ENUMERATE_ALL_EXT = "ALC_ENUMERATE_ALL_EXT";
+ public static final String ALC_EXT_debug = "ALC_EXT_debug";
+ public static final String AL_EXT_debug = "AL_EXT_debug";
+ public static final String ALC_SOFT_system_events = "ALC_SOFT_system_events";
+
/**
* Returns a compatible {@link AudioFormat} based on given OpenAL channel-layout, sample-type and format,
* as well as the generic sample-rate and sample-size.