aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/alc.cpp6
1 files changed, 6 insertions, 0 deletions
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