diff options
-rw-r--r-- | todo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ todo list - [x] shader compiling - [x] windowing + input - - [ ] vulkan device and swapchain, etc - - [ ] draw a triangle + - [x] vulkan device and swapchain, etc + - [x] draw a triangle - [ ] texture conversion + compression, etc - [ ] texture the triangle - [ ] simple text rendering |