aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/systems.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:23 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:23 +0100
commit47a0c0317cc774c19b78582bec9b5b09d56f569a (patch)
treed03471ea4e084ace9b95a2c5b7febb780b45bb63 /stockton-render/src/systems.rs
parentfb996488aa651cb2e7f46abc083c4318b47e77cd (diff)
feat(render): draw passes
Diffstat (limited to 'stockton-render/src/systems.rs')
-rw-r--r--stockton-render/src/systems.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/src/systems.rs b/stockton-render/src/systems.rs
index 67cea84..5f86c29 100644
--- a/stockton-render/src/systems.rs
+++ b/stockton-render/src/systems.rs
@@ -1 +1,2 @@
+pub use crate::draw::camera::calc_vp_matrix_system;
pub use crate::window::process_window_events_system;