Function steam_audio::ffi::iplAddProbeToBatch [] [src]

pub unsafe extern "C" fn iplAddProbeToBatch(
    probeBatch: IPLhandle,
    probeBox: IPLhandle,
    probeIndex: IPLint32
) -> IPLvoid

Adds a specific probe from a Probe Box to a Probe Batch. Once all probes in a Probe Box have been assigned to their respective Probe Batches, you can destroy the Probe Box object; the baked data for the probes will be retained by the Probe Batch.

\param probeBatch Handle to a Probe Batch object into which the probe should be added. \param probeBox Handle to a Probe Box object from which the probe should be added. \param probeIndex Index of the probe to add. The index is defined relative to the array of probes returned by \c ::iplGetProbeSpheres.