FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 340 forks source link

chore(630): added Pod trait to array_as_u8_slice... #663

Closed NathanaelG1 closed 3 days ago

NathanaelG1 commented 3 days ago

...and value_as_u8_slice. Updated all related structs to also derive Pod and Zeroable. This should resolve issue 630.