diff options
author | Chris Robinson <[email protected]> | 2011-04-10 09:48:37 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-04-10 09:48:37 -0700 |
commit | 936acf8c10bf08c302542bad8069b740c4ccd3a5 (patch) | |
tree | 712f812435a7ad094a12f89e790ccbc100b59a1f /Alc/ALc.c | |
parent | 358d402cd088889fc4690ed440123e687d89866e (diff) |
Allow the buffer_samples API to be retrieved
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -245,6 +245,12 @@ static const ALCfunction alcFunctions[] = { { "alGetAuxiliaryEffectSlotfv", (ALCvoid *) alGetAuxiliaryEffectSlotfv}, { "alBufferSubDataSOFT", (ALCvoid *) alBufferSubDataSOFT }, + + { "alBufferSamplesSOFT", (ALCvoid *) alBufferSamplesSOFT }, + { "alBufferSubSamplesSOFT", (ALCvoid *) alBufferSubSamplesSOFT }, + { "alGetBufferSamplesSOFT", (ALCvoid *) alGetBufferSamplesSOFT }, + { "alIsBufferFormatSupportedSOFT",(ALCvoid *) alIsBufferFormatSupportedSOFT}, + #if 0 { "alGenDatabuffersEXT", (ALCvoid *) alGenDatabuffersEXT }, { "alDeleteDatabuffersEXT", (ALCvoid *) alDeleteDatabuffersEXT }, |