Vulkan-Tutorial
Vulkan-Tutorial copied to clipboard
Use designated initializers and use explicit array types
Refactored descriptor setup to use explicit array initialization and designated initializers. Should I apply the same designated-initializer and explicit-type style to the C++ side as well, or leave it as-is to avoid potential merge conflicts?