Moar ideas.

This commit is contained in:
Patrick 2024-09-19 17:59:19 +02:00
parent 669bce546d
commit edf8108ea9

View File

@ -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)