summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--todo.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 8f2662c..69ec369 100644
--- a/todo.txt
+++ b/todo.txt
@@ -8,9 +8,13 @@ todo list
- [x] refactor pipelines and vertex formats to be more flexible
- [x] simple text rendering
- [x] 3D maths library
- - [ ] model conversion
- - [ ] render a model
+ - [x] model conversion
+ - [x] render a model
+ - [ ] depth buffer
+ - [ ] seperate framebuffers renderpasses
- [ ] VRAM allocator
+ - [ ] don't re-bind pipelines and descriptors if not necessary
+ - [ ] material system
- [ ] render a sky box
- [ ] PBR + IBL
- [ ] shadows