diff options
author | Chris Robinson <[email protected]> | 2009-11-05 20:50:56 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-11-05 20:50:56 -0800 |
commit | c1b161b44bbf60420de2e1ba886e957d9fcd495e (patch) | |
tree | 9c480fcc6d21953c7f7bde7f325c8b91589135fa /OpenAL32/Include/alAuxEffectSlot.h | |
parent | aa84b2e3284f06f3e16de4ec12b8d2e3a11d64a0 (diff) |
Handle NULL effect objects as AL_EFFECT_NULL effects
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
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); |