Function steam_audio::ffi::iplDestroyScene [] [src]

pub unsafe extern "C" fn iplDestroyScene(scene: *mut IPLhandle) -> IPLvoid

Destroys a Scene object. If any other API objects are still referencing the Scene object, it will not be destroyed; destruction occurs when the object's reference count reaches zero.

\param scene [in, out] Address of a handle to the Scene object to destroy.