Function steam_audio::ffi::iplDeleteBakedDataByIdentifier [] [src]

pub unsafe extern "C" fn iplDeleteBakedDataByIdentifier(
    probeBox: IPLhandle,
    identifier: IPLBakedDataIdentifier
) -> IPLvoid

Deletes all baked data in a Probe Box that is associated with a given source. If no such baked data exists, this function does nothing.

\param probeBox Handle to a Probe Box object. \param identifier Identifier of the source whose baked data is to be deleted.