diff options
author | quou <quou@disroot.org> | 2024-12-29 18:24:57 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-29 18:24:57 +1100 |
commit | ee50c66126d56d4b456046ed533f90abb0075363 (patch) | |
tree | de2d4ef9a8a9f55c2db2f8b1e5f86e70eb94e014 /todo.txt | |
parent | 82c55e96d573b5d58e53b21ca3c91c50a67ed40b (diff) |
vram allocator
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,8 +12,9 @@ todo list - [x] render a model - [x] depth buffer - [x] seperate framebuffers and renderpasses - - [ ] VRAM allocator + - [x] VRAM allocator - [x] don't re-bind pipelines and descriptors if not necessary + - [ ] memory debug tool - [ ] material system - [ ] render a sky box - [ ] PBR + IBL |