Adjust name of included vulkan header. (#1527)
This commit is contained in:
committed by
GitHub
parent
da4ab05a14
commit
9bee68b723
@@ -16,13 +16,13 @@
|
||||
#elif 199711L < VULKAN_HPP_CPLUSPLUS
|
||||
# define VULKAN_HPP_CPP_VERSION 11
|
||||
#else
|
||||
# error "${vulkan}.hpp needs at least c++ standard version 11"
|
||||
# error "${vulkan_hpp} needs at least c++ standard version 11"
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <array> // ArrayWrapperND
|
||||
#include <string> // std::string
|
||||
#include <vulkan/${vulkan}.h>
|
||||
#include <vulkan/${vulkan_h}>
|
||||
#if 17 <= VULKAN_HPP_CPP_VERSION
|
||||
# include <string_view> // std::string_view
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user