diff options
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 |