From 1968136c98e062009904fca20e48ea847f03fefa Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 1 Sep 2020 07:37:07 -0700 Subject: Add an in-progress extension string for convolution reverb --- alc/alc.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alc/alc.cpp') diff --git a/alc/alc.cpp b/alc/alc.cpp index a40a4d7d..c74c1ad8 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -807,6 +807,8 @@ constexpr struct { DECL(AL_BUFFER_CALLBACK_USER_PARAM_SOFT), DECL(AL_UNPACK_AMBISONIC_ORDER_SOFT), + + DECL(AL_EFFECT_CONVOLUTION_REVERB_SOFT), }; #undef DECL @@ -854,6 +856,7 @@ constexpr ALchar alExtList[] = "AL_SOFTX_bformat_hoa " "AL_SOFT_block_alignment " "AL_SOFTX_callback_buffer " + "AL_SOFTX_convolution_reverb " "AL_SOFT_deferred_updates " "AL_SOFT_direct_channels " "AL_SOFT_direct_channels_remix " -- cgit v1.2.3