All chapters explicitly include "vulkan/vk_platform.h". We should check if that's really required, as you usually don't explicitly include headers like this. They should instead by implicitly included via the "main" Vulkan header. Same for GLFW_INCLUDE_VULKAN, which seems to be superfluous.
All chapters explicitly include "vulkan/vk_platform.h". We should check if that's really required, as you usually don't explicitly include headers like this. They should instead by implicitly included via the "main" Vulkan header. Same for GLFW_INCLUDE_VULKAN, which seems to be superfluous.