summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-12-30 19:32:19 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-07-24 21:54:32 -0400
commit76dc3f0af36775d2fdaab61134dd0f875ee48292 (patch)
tree33fe349038005f7e5f733856895903257a448b54 /TODO.org
parent41e7e7152a66f40f3a23439fb0ea4b2b03acbf1c (diff)
WIP graphics engine rewrite.wip-graphics-backend
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index ad2d3ca..5d19241 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,4 +1,6 @@
* Tasks
+** TODO [#B] Bytestruct -> vertex layout conversion
+** TODO [#C] Add mesh primitive for 2D/3D quads
** TODO [#C] Rename some matrix procedures
matrix4-mult! -> matrix4-mul!
matrix4* -> matrix4:*