diff options
author | Chris Robinson <[email protected]> | 2019-12-28 16:40:10 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-12-28 16:40:10 -0800 |
commit | 137394c2cfb7d3133e06b8b24a827db95995f7d8 (patch) | |
tree | bf377908c47fb63eeacf180c675726bf4549ebfb /include | |
parent | 701d43b41e1976f4a06622df0baa0f284aaaf022 (diff) |
Make the new direct channel remix extension public
Diffstat (limited to 'include')
-rw-r--r-- | include/AL/alext.h | 6 |
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 |