diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
commit | fb996488aa651cb2e7f46abc083c4318b47e77cd (patch) | |
tree | d1513d479b6069abca290e271f439cd1ef553383 /stockton-render/src/systems.rs | |
parent | a82e16c92a026b2fbe3a40a21d7e690242e32ba6 (diff) |
wip refactor(render): more work on draw passes
Diffstat (limited to 'stockton-render/src/systems.rs')
-rw-r--r-- | stockton-render/src/systems.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stockton-render/src/systems.rs b/stockton-render/src/systems.rs index b0c33c2..67cea84 100644 --- a/stockton-render/src/systems.rs +++ b/stockton-render/src/systems.rs @@ -1,3 +1 @@ -pub use crate::do_render_system; -pub use crate::draw::calc_vp_matrix_system; pub use crate::window::process_window_events_system; |