aether_get_limits

Function aether_get_limits 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn aether_get_limits( handle: *mut AetherHandle, limits: *mut AetherLimits, )
Expand description

Get current execution limits

§Parameters

  • handle: Aether engine handle
  • limits: Output parameter

§Safety

  • handle must be a valid pointer to an AetherHandle created by aether_new or aether_new_with_permissions
  • limits must be a valid pointer to an AetherLimits struct that will be filled with the current limits