From 7eb5dfb3f82b6ecd3dd23f8d3747c4f09cc19561 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 5 Sep 2020 23:53:53 -0700 Subject: Allow querying the new enums and functions --- alc/alc.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'alc/alc.cpp') diff --git a/alc/alc.cpp b/alc/alc.cpp index 8a89e8c2..e4db2681 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -403,6 +403,11 @@ const struct { DECL(alGetBufferPtrSOFT), DECL(alGetBuffer3PtrSOFT), DECL(alGetBufferPtrvSOFT), + + DECL(alAuxiliaryEffectSlotPlaySOFT), + DECL(alAuxiliaryEffectSlotPlayvSOFT), + DECL(alAuxiliaryEffectSlotStopSOFT), + DECL(alAuxiliaryEffectSlotStopvSOFT), }; #undef DECL @@ -809,6 +814,7 @@ constexpr struct { DECL(AL_UNPACK_AMBISONIC_ORDER_SOFT), DECL(AL_EFFECT_CONVOLUTION_REVERB_SOFT), + DECL(AL_EFFECTSLOT_STATE_SOFT), }; #undef DECL -- cgit v1.2.3