diff options
author | Chris Robinson <[email protected]> | 2012-10-14 10:57:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-14 10:57:11 -0700 |
commit | 0b679167c9147fc92aad32487c03dffb5ce6817f (patch) | |
tree | 9dbe9bd30451859d2a9fc83eda4ed81a28ac426d /OpenAL32/Include | |
parent | 5ac0a93fbab37cfce1b1a2546295eee37e7ee2d4 (diff) |
Store some more HRTF info in the DirectParams struct
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 005663bd..1a4410e4 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -43,10 +43,12 @@ typedef struct HrtfParams { ALIGN(16) ALfloat CoeffStep[HRIR_LENGTH][2]; ALuint Delay[MaxChannels][2]; ALint DelayStep[2]; + ALuint IrSize; } HrtfParams; typedef struct DirectParams { HrtfParams Hrtf; + HrtfState *hrtfState; /* A mixing matrix. First subscript is the channel number of the input data * (regardless of channel configuration) and the second is the channel |