summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-12-29 11:28:19 +1100
committerquou <quou@disroot.org>2024-12-29 11:28:19 +1100
commitdfd95c6e29c25c3ad9acc3e63a790da866339015 (patch)
tree07a96430f287a4f5303149b97e4adde2e1f67af0 /todo.txt
parent82c03019867ed57d35932e5eb015c7e77f8bf1ea (diff)
seperate framebuffers and renderpasses; depth buffering.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 69ec369..ca35bdf 100644
--- a/todo.txt
+++ b/todo.txt
@@ -10,8 +10,8 @@ todo list
- [x] 3D maths library
- [x] model conversion
- [x] render a model
- - [ ] depth buffer
- - [ ] seperate framebuffers renderpasses
+ - [x] depth buffer
+ - [x] seperate framebuffers and renderpasses
- [ ] VRAM allocator
- [ ] don't re-bind pipelines and descriptors if not necessary
- [ ] material system