/// Delta time between frames (seconds)
pubstructDeltaTime(pub f32);/// Delta time in integer milliseconds — avoids floating point in
/// animation hot paths on targets without an FPU.
pubstructDeltaTimeMs(pub u16);/// Total elapsed time since app start (seconds)
pubstructElapsedTime(pub f32);