From a852669dcebf7ff80a0698ca8afe6c8400480202 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 Oct 2012 11:21:52 -0700 Subject: Store the output buffers in the DirectParams struct --- OpenAL32/Include/alSource.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 1a4410e4..8c231d8b 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -47,6 +47,10 @@ typedef struct HrtfParams { } HrtfParams; typedef struct DirectParams { + ALfloat (*OutBuffer)[BUFFERSIZE]; + ALfloat *ClickRemoval; + ALfloat *PendingClicks; + HrtfParams Hrtf; HrtfState *hrtfState; -- cgit v1.2.3