1
2
3
4
5
#[derive(Copy, Clone, Debug)]
pub struct RenderInfo {
    pub timestamp: f64,
    pub timestamp_delta: Option<f64>,
}