Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 511 Bytes

File metadata and controls

9 lines (6 loc) · 511 Bytes

Creating a mostly (but not overly) minimal, yet working, (and following as many best practices as possible, or if not, documenting where it is due) and using the newest features and APIs, Vulkan example.

TODO (for me):

  • Go through all the NOTEs in the code and potentially address them.
  • Reread the code and make sure that I understand everything in it
  • Read up especially on the topic on synchronization
  • Continue on from here