Function steam_audio::ffi::iplGetBakedDataSizeByIdentifier [] [src]

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

Returns the size (in bytes) of the baked data stored in a Probe Box corresponding to a given source. This is useful for displaying statistics in the editor's GUI.

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

\return Size (in bytes) of the baked data stored in the Probe Box corresponding to the source.