Function steam_audio::ffi::iplCancelBake [] [src]

pub unsafe extern "C" fn iplCancelBake() -> IPLvoid

Cancels any bake operations that may be in progress. Typically, an application will call \c ::iplBakeReverb or \c ::iplBakePropagation in a separate thread from the editor's GUI thread, to keep the GUI responsive. This function can be called from the GUI thread to safely and prematurely terminate execution of any of these functions.