36 #define alGetError idalGetError
37 #define alGenBuffers idalGenBuffers
38 #define alIsSource idalIsSource
39 #define alSourceStop idalSourceStop
40 #define alGetSourcei idalGetSourcei
41 #define alGetInteger idalGetInteger
42 #define alcSuspendContext idalcSuspendContext
43 #define alcMakeContextCurrent idalcMakeContextCurrent
44 #define alcProcessContext idalcProcessContext
45 #define alcDestroyContext idalcDestroyContext
46 #define alcGetString idalcGetString
47 #define alBufferData idalBufferData
48 #define alDeleteBuffers idalDeleteBuffers
49 #define alIsExtensionPresent idalIsExtensionPresent
50 #define alDeleteSources idalDeleteSources
51 #define alGetEnumValue idalGetEnumValue
52 #define alGetProcAddress idalGetProcAddress
53 #define alcCreateContext idalcCreateContext
54 #define alcOpenDevice idalcOpenDevice
55 #define alListenerfv idalListenerfv
56 #define alSourceQueueBuffers idalSourceQueueBuffers
57 #define alSourcei idalSourcei
58 #define alListenerf idalListenerf
59 #define alcCloseDevice idalcCloseDevice
60 #define alIsBuffer idalIsBuffer
61 #define alSource3f idalSource3f
62 #define alGenSources idalGenSources
63 #define alSourcef idalSourcef
64 #define alSourceUnqueueBuffers idalSourceUnqueueBuffers
65 #define alSourcePlay idalSourcePlay
ALvoid(ALAPIENTRY *idalGenBuffers)(ALsizei
int ALint
OpenAL 32bit signed integer type.
ALCcontext *ALAPIENTRY * idalcCreateContext(ALCdevice *, ALCint *)
unsigned char ALCubyte
ALC 8bit unsigned byte.
unsigned char ALubyte
OpenAL 8bit unsigned byte.
ALCvoid(ALAPIENTRY *idalcSuspendContext)(ALCcontext *)
ALuint * ALboolean(ALAPIENTRY *idalIsSource)(ALuint)
float ALfloat
OpenAL 32bit floating point type.
ALCubyte *ALAPIENTRY * idalcGetString(ALCdevice *, ALCenum)
unsigned ALuint
OpenAL 32bit unsigned integer type.
int ALCint
ALC 32bit signed integer type.
void ALvoid
OpenAL void type.
ALvoid *ALAPIENTRY * idalGetProcAddress(ALubyte *)
ALCdevice *ALAPIENTRY * idalcOpenDevice(ALubyte *)
int ALCenum
ALC enumerations.
ALCboolean(ALAPIENTRY *idalcMakeContextCurrent)(ALCcontext *)