aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-12-28 11:33:19 -0800
committerChris Robinson <[email protected]>2019-12-28 11:33:19 -0800
commit701d43b41e1976f4a06622df0baa0f284aaaf022 (patch)
tree306c040364bc50b153ecc078d8b8670b3ac97eae /alc/inprogext.h
parent3b3d3d3a03c3f39e758b3b9b41649b86314eb413 (diff)
Start a new extension for a new direct_channels state
So existing behavior remains consistent for anything that needs it, and new behavior is opt-in.
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index d1890e70..17638e52 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -92,6 +92,12 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values);
#define AL_N3D_SOFT 0x0002
#endif
+#ifndef AL_SOFT_direct_channels_remix
+#define AL_SOFT_direct_channels_remix
+#define AL_DROP_UNMATCHED_SOFT 0x0001
+#define AL_REMIX_UNMATCHED_SOFT 0x0002
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif