Allow querying the new enums and functions

This commit is contained in:
Chris Robinson
2020-09-05 23:53:53 -07:00
parent f5163ca988
commit 7eb5dfb3f8
+6
View File
@@ -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