iplEmbreeDeviceCreate

Function iplEmbreeDeviceCreate 

Source
pub unsafe extern "C" fn iplEmbreeDeviceCreate(
    context: IPLContext,
    settings: *mut IPLEmbreeDeviceSettings,
    device: *mut IPLEmbreeDevice,
) -> IPLerror
Expand description

Creates an Embree device.

\param context The context used to initialize Steam Audio. \param settings The settings to use when creating the Embree device. \param device [out] The created Embree device.

\return Status code indicating whether or not the operation succeeded.