aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-04-10 09:48:37 -0700
committerChris Robinson <[email protected]>2011-04-10 09:48:37 -0700
commit936acf8c10bf08c302542bad8069b740c4ccd3a5 (patch)
tree712f812435a7ad094a12f89e790ccbc100b59a1f /Alc/ALc.c
parent358d402cd088889fc4690ed440123e687d89866e (diff)
Allow the buffer_samples API to be retrieved
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 8b4ef439..2dbe52f9 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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 },