summaryrefslogtreecommitdiff
path: root/bindgen/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen/rust/src')
-rw-r--r--bindgen/rust/src/prelude.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/bindgen/rust/src/prelude.rs b/bindgen/rust/src/prelude.rs
index 90a5df5..7adf11b 100644
--- a/bindgen/rust/src/prelude.rs
+++ b/bindgen/rust/src/prelude.rs
@@ -1,18 +1,18 @@
+pub use celeritas_sys::Mat4;
+pub use celeritas_sys::Quat;
+pub use celeritas_sys::Transform;
/// --- maths types
pub use celeritas_sys::Vec2;
pub use celeritas_sys::Vec3;
pub use celeritas_sys::Vec4;
-pub use celeritas_sys::Quat;
-pub use celeritas_sys::Mat4;
-pub use celeritas_sys::Transform;
-// // --- handles
+// --- handles
pub use celeritas_sys::BufHandle;
-pub use celeritas_sys::TexHandle;
pub use celeritas_sys::MaterialHandle;
pub use celeritas_sys::MeshHandle;
pub use celeritas_sys::ModelHandle;
pub use celeritas_sys::PipelineHandle;
+pub use celeritas_sys::TexHandle;
// pub use celeritas_sys::PipelineLayoutHandle;
// pub use celeritas_sys::RenderpassHandle;