Made alBufferDataStatic to be alias for alBufferData.

master
Dmitry Skiba 2012-09-20 15:06:41 -07:00
parent f967eea5b7
commit a5cc589a42
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ static const ALCfunction alcFunctions[] = {
{ "alDeleteBuffers", (ALCvoid *) alDeleteBuffers },
{ "alIsBuffer", (ALCvoid *) alIsBuffer },
{ "alBufferData", (ALCvoid *) alBufferData },
{ "alBufferDataStatic", (ALCvoid *) alBufferData },
{ "alBufferf", (ALCvoid *) alBufferf },
{ "alBuffer3f", (ALCvoid *) alBuffer3f },
{ "alBufferfv", (ALCvoid *) alBufferfv },