aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-12-28 16:40:10 -0800
committerChris Robinson <[email protected]>2019-12-28 16:40:10 -0800
commit137394c2cfb7d3133e06b8b24a827db95995f7d8 (patch)
treebf377908c47fb63eeacf180c675726bf4549ebfb /include/AL/alext.h
parent701d43b41e1976f4a06622df0baa0f284aaaf022 (diff)
Make the new direct channel remix extension public
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r--include/AL/alext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index cd7f2750..1979baa2 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -509,6 +509,12 @@ ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname,
#endif
#endif
+#ifndef AL_SOFT_direct_channels_remix
+#define AL_SOFT_direct_channels_remix 1
+#define AL_DROP_UNMATCHED_SOFT 0x0001
+#define AL_REMIX_UNMATCHED_SOFT 0x0002
+#endif
+
#ifdef __cplusplus
}
#endif