aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alAuxEffectSlot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-11-05 20:50:56 -0800
committerChris Robinson <[email protected]>2009-11-05 20:50:56 -0800
commitc1b161b44bbf60420de2e1ba886e957d9fcd495e (patch)
tree9c480fcc6d21953c7f7bde7f325c8b91589135fa /OpenAL32/Include/alAuxEffectSlot.h
parentaa84b2e3284f06f3e16de4ec12b8d2e3a11d64a0 (diff)
Handle NULL effect objects as AL_EFFECT_NULL effects
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h
index 14e3b2f9..76a0f537 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/Include/alAuxEffectSlot.h
@@ -60,6 +60,7 @@ struct ALeffectState {
ALvoid (*Process)(ALeffectState *State, const ALeffectslot *Slot, ALuint SamplesToDo, const ALfloat *SamplesIn, ALfloat (*SamplesOut)[OUTPUTCHANNELS]);
};
+ALeffectState *NoneCreate(void);
ALeffectState *EAXVerbCreate(void);
ALeffectState *VerbCreate(void);
ALeffectState *EchoCreate(void);