Function steam_audio::ffi::iplDestroyEnvironmentalRenderer [] [src]

pub unsafe extern "C" fn iplDestroyEnvironmentalRenderer(
    renderer: *mut IPLhandle
) -> IPLvoid

Destroys an Environmental Renderer object. If any other API objects are still referencing the Environmental Renderer object, the object will not be destroyed; it will only be destroyed once its reference count reaches zero.

\param renderer [in, out] Address of a handle to the Environmental Renderer object to destroy.