diff options
Diffstat (limited to 'todo.txt')
-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 |