[][src]Function ttspico_sys::pico_unloadResource

pub unsafe extern "C" fn pico_unloadResource(
    system: pico_System,
    inoutResource: *mut pico_Resource
) -> pico_Status

Unloads a resource file from the Pico system. If no engine uses the resource file, the resource is removed immediately and its associated internal memory is released, otherwise PICO_EXC_RESOURCE_BUSY is returned.