summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-05-02 00:09:00 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-05-02 00:09:00 +0200
commit1b5f373f8e913aa948ef0964d26a0082e6563f0a (patch)
treebe5b465b643f308b207925af8ec95df542c277bb /todo.txt
parenta3fdb87df94f8d377b7ea90ca50a06418fda3867 (diff)
Vulkan surface creation & present queue selection
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 51cfd6b..c132e8d 100644
--- a/todo.txt
+++ b/todo.txt
@@ -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