Function steam_audio::ffi::iplAddProbeBatch [] [src]

pub unsafe extern "C" fn iplAddProbeBatch(
    probeManager: IPLhandle,
    probeBatch: IPLhandle
) -> IPLvoid

Adds a Probe Batch to a Probe Manager object. Once this function returns, probes in the Probe Batch will be used to calculate sound propagation effects.

\param probeManager Handle to a Probe Manager object. \param probeBatch Handle to the Probe Batch object to add.