Adjust name of included vulkan header. (#1527)

This commit is contained in:
Andreas Süßenbach
2023-03-08 10:10:54 +01:00
committed by GitHub
parent da4ab05a14
commit 9bee68b723
3 changed files with 37 additions and 34 deletions

View File

@@ -29,7 +29,7 @@
#include <algorithm>
#include <array> // ArrayWrapperND
#include <string> // std::string
#include <vulkan/vulkansc.h>
#include <vulkan/vulkan_sc_core.h>
#if 17 <= VULKAN_HPP_CPP_VERSION
# include <string_view> // std::string_view
#endif