aether_cache_stats

Function aether_cache_stats 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn aether_cache_stats( handle: *mut AetherHandle, stats: *mut AetherCacheStats, )
Expand description

Get cache statistics

§Parameters

  • handle: Aether engine handle
  • stats: Output parameter

§Safety

  • handle must be a valid pointer to an AetherHandle created by aether_new or aether_new_with_permissions
  • stats must be a valid pointer to an AetherCacheStats struct that will be filled with the statistics