Go to the source code of this file.
|
ALUAPI ALint ALUAPIENTRY | aluF2L (ALfloat value) |
|
ALUAPI ALshort ALUAPIENTRY | aluF2S (ALfloat value) |
|
ALUAPI ALvoid ALUAPIENTRY | aluCrossproduct (ALfloat *inVector1, ALfloat *inVector2, ALfloat *outVector) |
|
ALUAPI ALfloat ALUAPIENTRY | aluDotproduct (ALfloat *inVector1, ALfloat *inVector2) |
|
ALUAPI ALvoid ALUAPIENTRY | aluNormalize (ALfloat *inVector) |
|
ALUAPI ALvoid ALUAPIENTRY | aluMatrixVector (ALfloat matrix[3][3], ALfloat *vector) |
|
ALUAPI ALvoid ALUAPIENTRY | aluCalculateSourceParameters (ALuint source, ALuint channels, ALfloat *drysend, ALfloat *wetsend, ALfloat *pitch) |
|
ALUAPI ALvoid ALUAPIENTRY | aluMixData (ALvoid *context, ALvoid *buffer, ALsizei size, ALenum format) |
|
ALUAPI ALvoid ALUAPIENTRY | aluSetReverb (ALvoid *Reverb, ALuint Environment) |
|
ALUAPI ALvoid ALUAPIENTRY | aluReverb (ALvoid *Reverb, ALfloat Buffer[][2], ALsizei BufferSize) |
|
Definition at line 4 of file alu.h.
#define ALUAPIENTRY __cdecl |
Definition at line 5 of file alu.h.
Definition at line 7 of file alu.h.
Definition at line 8 of file alu.h.
#define FRACTIONMASK ((1L<<FRACTIONBITS)-1) |
Definition at line 9 of file alu.h.
Definition at line 10 of file alu.h.