nightshade 0.14.0

A cross-platform data-oriented game engine.
Documentation
1
2
3
4
5
6
7
use freecs::Entity;

#[derive(Default)]
pub struct Scratch {
    pub transform_dirty: Vec<Entity>,
    pub local_matrices_dirty: Vec<Entity>,
}