diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-02 00:09:00 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-02 00:09:00 +0200 |
commit | 1b5f373f8e913aa948ef0964d26a0082e6563f0a (patch) | |
tree | be5b465b643f308b207925af8ec95df542c277bb /todo.txt | |
parent | a3fdb87df94f8d377b7ea90ca50a06418fda3867 (diff) |
Vulkan surface creation & present queue selection
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ Smarter physical device selection @code +vulkan
Select layers & extensions based on config @code +vulkan
Last allocation optimization for temporary allocator @code +memory +core
+Compile-time configuration @code +core
+Add Optional @code +core
|