diff options
author | Chris Robinson <[email protected]> | 2020-08-24 20:00:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-24 20:00:58 -0700 |
commit | b955479e18a11a5d9dce8fbd305dc915a2d6942c (patch) | |
tree | a8f9a00184f0db4492e9feb70c6cb39fb87a19a5 /alc | |
parent | 9e5a388dfe2dbd5250f80675426c95a9bdade39c (diff) |
Recognize a convolution reverb effect type
Diffstat (limited to 'alc')
-rw-r--r-- | alc/inprogext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h index 98bd636b..02aea760 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -99,6 +99,11 @@ AL_API void AL_APIENTRY alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid #define AL_UNPACK_AMBISONIC_ORDER_SOFT 0x199D #endif +#ifndef AL_SOFT_convolution_reverb +#define AL_SOFT_convolution_reverb +#define AL_EFFECT_CONVOLUTION_REVERB_SOFT 0xA000 +#endif + #ifdef __cplusplus } /* extern "C" */ #endif |