agpu 0.1.2

Abstract GPU Project
Documentation
1
2
3
4
5
#[derive(Debug)]
pub struct TimestampMarker<'a> {
    pub label: &'a str,
    pub duration: f32,
}