From a8a13fcbd86961e210a159b4071afc1eb1477632 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 28 Apr 2012 02:23:53 -0700 Subject: Move the HrtfParams into the DirectParams --- OpenAL32/Include/alSource.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenAL32/Include/alSource.h') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 53286a03..88ced697 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -46,9 +46,11 @@ typedef struct HrtfParams { } HrtfParams; typedef struct DirectParams { + HrtfParams Hrtf; + /* A mixing matrix. First subscript is the channel number of the input data * (regardless of channel configuration) and the second is the channel - * target (eg. FRONT_LEFT). */ + * target (eg. FRONT_LEFT). Not used with HRTF. */ ALfloat Gains[MAXCHANNELS][MAXCHANNELS]; /* A low-pass filter, using 2 chained one-pole filters. */ @@ -150,8 +152,6 @@ typedef struct ALsource ALint Step; - HrtfParams Hrtf; - DirectParams Direct; struct ALeffectslot *Slot[MAX_SENDS]; -- cgit v1.2.3