nw::snd::FxReverb::ReleaseWorkBuffer Member Function

Syntax

#include <nw/snd/snd_FxReverb.h>
void ReleaseWorkBuffer();

Arguments

None.

Return Values

None.

Description

Frees the memory that was used by the effect.

Before freeing memory with this function, the effect must have already been cleared using the SoundSystem::ClearEffect function.

See Also

AssignWorkBuffer
SoundSystem::ClearEffect

Revision History

2010/06/17
Initial version.

CONFIDENTIAL