texture freeing + render updates done a bit nicer

This commit is contained in:
2025-08-23 13:02:00 -04:00
parent 5fe63e311c
commit 6fbdf9fbc8
10 changed files with 176 additions and 108 deletions

View File

@@ -1,5 +1,8 @@
mod id;
mod math;
mod refcount;
pub use id::*;
pub use math::*;
pub use refcount::*;