From edf8108ea918c6107f67eb104251b1525ca0d42e Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Thu, 19 Sep 2024 17:59:19 +0200 Subject: [PATCH] Moar ideas. --- IDEAS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IDEAS.md b/IDEAS.md index 201bc6f..61b0c32 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -8,3 +8,6 @@ more ideas on what to try out - [ ] ImGui? - [ ] extending SDL_gpu? - [ ] access to the underlying Vulkan types +- [ ] check out the Vulkan calls generated + - are they correct? (synchronisation, image transitions, etc.) + - are they good? (performance wise) \ No newline at end of file