shipyard_scenegraph 0.6.1

Scenegraph for Entity Component System
1
2
3
4
5
6
7
//These aren't necessary for the scenegraph itself
//But helpful for common cases so it is satisfied
//In the local libs and exported in prelude

pub trait F32Compat {
    fn write_to_vf32(&self, target: &mut [f32]);
}