diff options
author | Chris Robinson <[email protected]> | 2019-12-28 11:33:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-12-28 11:33:19 -0800 |
commit | 701d43b41e1976f4a06622df0baa0f284aaaf022 (patch) | |
tree | 306c040364bc50b153ecc078d8b8670b3ac97eae /alc/inprogext.h | |
parent | 3b3d3d3a03c3f39e758b3b9b41649b86314eb413 (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.h | 6 |
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 |