aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/mod.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commita748e4c3e3615601ee2afe6d347ef439d8ff50fa (patch)
treefdd32177e38c2e7e8ed66fe1d6af5c8d06caae55 /stockton-render/src/draw/mod.rs
parent86a10c5c34157859e33b8d6ae5e51ec4159ed1cc (diff)
WIP: update gfx-hal
Diffstat (limited to 'stockton-render/src/draw/mod.rs')
-rw-r--r--stockton-render/src/draw/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/stockton-render/src/draw/mod.rs b/stockton-render/src/draw/mod.rs
index 0a4c17a..c506f7a 100644
--- a/stockton-render/src/draw/mod.rs
+++ b/stockton-render/src/draw/mod.rs
@@ -16,8 +16,7 @@
//! Given 3D points and some camera information, renders to the screen.
mod context;
-mod vertexlump;
+mod buffer;
pub use self::context::RenderingContext;
pub use self::context::Tri2;
-pub(crate) use self::vertexlump::VertexLump; \ No newline at end of file