summaryrefslogtreecommitdiff
path: root/src/renderer.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-17 22:45:31 -0400
committerMicha White <botahamec@outlook.com>2022-10-17 22:45:31 -0400
commite017b675d96c58924071ca6c739bbd7910a2b2b4 (patch)
treed33397c25ab1f2ae4b2605324256cac8010c87eb /src/renderer.rs
parent4574ec41259f42dceea4f770290d9975a8943db0 (diff)
Depth ordering
Diffstat (limited to 'src/renderer.rs')
-rw-r--r--src/renderer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 544b01b..e97b0fd 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -114,7 +114,6 @@ fn sprite_render_pipeline(
})
}
-// TODO make this more complete
impl Renderer {
/// Initializes the renderer
///