Function steam_audio::ffi::iplDestroyComputeDevice [] [src]

pub unsafe extern "C" fn iplDestroyComputeDevice(
    device: *mut IPLhandle
) -> IPLvoid

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

\param device [in, out] Address of a handle to the Compute Device object to destroy.