aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-18 11:05:38 -0700
committerChris Robinson <[email protected]>2014-05-18 11:05:38 -0700
commitef9dfe3772b7dd8db641ca841eb3704b23f9ac7e (patch)
tree55c36b74a0a74e4c574784240ef53122c78bf5db /OpenAL32/Include/alu.h
parent9317ec59b99af1b598de1c302470113a77da966d (diff)
Move an HRTF mixer parameter and shorten a couple variable names
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 4d0beb38..254b15e3 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -123,9 +123,9 @@ typedef void (*DryMixerFunc)(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const AL
MixGains *Gains, ALuint Counter, ALuint OutPos,
ALuint BufferSize);
typedef void (*HrtfMixerFunc)(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data,
- ALuint Counter, ALuint Offset, const ALuint IrSize,
- const HrtfParams *hrtfparams, HrtfState *hrtfstate,
- ALuint OutPos, ALuint BufferSize);
+ ALuint Counter, ALuint Offset, ALuint OutPos,
+ const ALuint IrSize, const HrtfParams *hrtfparams,
+ HrtfState *hrtfstate, ALuint BufferSize);
typedef void (*WetMixerFunc)(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data,
MixGainMono *Gain, ALuint Counter, ALuint OutPos,
ALuint BufferSize);