moved renderer to separate thread, add evenio and start structure, make it so you can add stuff

This commit is contained in:
2024-06-11 01:47:05 -04:00
parent 7d48ac5a9c
commit 149c5a2659
35 changed files with 1125 additions and 487 deletions

View File

@@ -0,0 +1,9 @@
mod buf;
mod instance;
mod storage;
mod uniform;
pub use buf::*;
pub use instance::*;
pub use storage::*;
pub use uniform::*;