aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/mod.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commitcd94fb83fb51d37a84cbb80c8135430e26c74566 (patch)
tree91b5c13ba60558332e9698e1a38684316565761e /stockton-render/src/draw/mod.rs
parent95cc5ed06b4e251fd560958fe6f53d11d3bf31cd (diff)
feat(render): add draw triangles function
Diffstat (limited to 'stockton-render/src/draw/mod.rs')
-rw-r--r--stockton-render/src/draw/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/stockton-render/src/draw/mod.rs b/stockton-render/src/draw/mod.rs
index 16bfd29..bdfd3c8 100644
--- a/stockton-render/src/draw/mod.rs
+++ b/stockton-render/src/draw/mod.rs
@@ -16,7 +16,6 @@
//! Given 3D points and some camera information, renders to the screen.
mod context;
-mod frame;
pub use context::RenderingContext;
pub use context::Tri2; \ No newline at end of file