diff options
| author | Ray <[email protected]> | 2017-05-16 00:20:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-16 00:20:17 +0200 |
| commit | f8a4498a242e685e528bd1ac6d84378947daff7d (patch) | |
| tree | fd4e83886e52c8aca3b9c5d9586a338546f2044e /src/external/openal_soft/include/AL/alext.h | |
| parent | 1ed3d3285f1c1f6a01e0588ec46a177c84b864f5 (diff) | |
| parent | 65e6a6db53552fa241e81ae52b4258f7969b8771 (diff) | |
| download | raylib-f8a4498a242e685e528bd1ac6d84378947daff7d.tar.gz raylib-f8a4498a242e685e528bd1ac6d84378947daff7d.zip | |
Merge pull request #286 from raysan5/develop
Integrate develop branch
Diffstat (limited to 'src/external/openal_soft/include/AL/alext.h')
| -rw-r--r-- | src/external/openal_soft/include/AL/alext.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/external/openal_soft/include/AL/alext.h b/src/external/openal_soft/include/AL/alext.h index 0090c804..50ad10ec 100644 --- a/src/external/openal_soft/include/AL/alext.h +++ b/src/external/openal_soft/include/AL/alext.h @@ -436,6 +436,18 @@ ALC_API ALCboolean ALC_APIENTRY alcResetDeviceSOFT(ALCdevice *device, const ALCi #define AL_GAIN_LIMIT_SOFT 0x200E #endif +#ifndef AL_SOFT_source_resampler +#define AL_SOFT_source_resampler +#define AL_NUM_RESAMPLERS_SOFT 0x1210 +#define AL_DEFAULT_RESAMPLER_SOFT 0x1211 +#define AL_SOURCE_RESAMPLER_SOFT 0x1212 +#define AL_RESAMPLER_NAME_SOFT 0x1213 +typedef const ALchar* (AL_APIENTRY*LPALGETSTRINGISOFT)(ALenum pname, ALsizei index); +#ifdef AL_ALEXT_PROTOTYPES +AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index); +#endif +#endif + #ifdef __cplusplus } #endif |
