From 137394c2cfb7d3133e06b8b24a827db95995f7d8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 28 Dec 2019 16:40:10 -0800 Subject: Make the new direct channel remix extension public --- include/AL/alext.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/AL/alext.h') 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 -- cgit v1.2.3