syrillian_render 0.7.1

Renderer of the Syrillian Game Engine
Documentation
1
2
3
4
5
6
7
8
use crate::strobe::StrobeRoot;

pub type CacheId = u64;

#[derive(Default)]
pub struct StrobeFrame {
    pub strobe_roots: Vec<StrobeRoot>,
}