From b955479e18a11a5d9dce8fbd305dc915a2d6942c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 24 Aug 2020 20:00:58 -0700 Subject: Recognize a convolution reverb effect type --- alc/inprogext.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'alc') 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 -- cgit v1.2.3