diff options
author | Chris Robinson <[email protected]> | 2017-04-21 04:15:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-21 04:15:08 -0700 |
commit | b59359f80f45512210f37b8a8cd4c250d78dd37d (patch) | |
tree | 0a88f20ce7b0baa098991276f9b29271176a7bbe /Alc | |
parent | 26b49c54afb9868115e495098ce69f2d2487c932 (diff) |
Add a method to enumerate resamplers
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -287,6 +287,8 @@ static const struct { DECL(alBufferSamplesSOFT), DECL(alGetBufferSamplesSOFT), DECL(alIsBufferFormatSupportedSOFT), + + DECL(alGetStringiSOFT), }; #undef DECL @@ -692,6 +694,11 @@ static const struct { DECL(AL_EQUALIZER_HIGH_CUTOFF), DECL(AL_DEDICATED_GAIN), + + DECL(AL_NUM_RESAMPLERS_SOFT), + DECL(AL_DEFAULT_RESAMPLER_SOFT), + DECL(AL_SOURCE_RESAMPLER_SOFT), + DECL(AL_RESAMPLER_NAME_SOFT), }; #undef DECL |