diff options
author | quou <quou@disroot.org> | 2024-12-28 19:10:55 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-28 19:10:55 +1100 |
commit | 9e4daaa18db9aa39d193d1a1d9817443ffd381c4 (patch) | |
tree | b64167b21d771c56f2fbe70c09da2e91a848f6dc | |
parent | 6e18511dccd3b1f73110f6d719f7d476a0bf7fba (diff) |
update todo
-rw-r--r-- | todo.txt | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |