Include headers holding feature-test macros in vulkan_hpp_macros.hpp. (#1727)
This commit is contained in:
parent
8a4896d519
commit
e86419f738
@ -18,6 +18,13 @@
|
|||||||
# error "${vulkan_hpp} needs at least c++ standard version 11"
|
# error "${vulkan_hpp} needs at least c++ standard version 11"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// include headers holding feature-test macros
|
||||||
|
#if 20 <= VULKAN_HPP_CPP_VERSION
|
||||||
|
# include <version>
|
||||||
|
#else
|
||||||
|
# include <ciso646>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
|
#if defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
|
||||||
# if !defined( VULKAN_HPP_NO_SMART_HANDLE )
|
# if !defined( VULKAN_HPP_NO_SMART_HANDLE )
|
||||||
# define VULKAN_HPP_NO_SMART_HANDLE
|
# define VULKAN_HPP_NO_SMART_HANDLE
|
||||||
|
@ -28,6 +28,13 @@
|
|||||||
# error "vulkan.hpp needs at least c++ standard version 11"
|
# error "vulkan.hpp needs at least c++ standard version 11"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// include headers holding feature-test macros
|
||||||
|
#if 20 <= VULKAN_HPP_CPP_VERSION
|
||||||
|
# include <version>
|
||||||
|
#else
|
||||||
|
# include <ciso646>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
|
#if defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
|
||||||
# if !defined( VULKAN_HPP_NO_SMART_HANDLE )
|
# if !defined( VULKAN_HPP_NO_SMART_HANDLE )
|
||||||
# define VULKAN_HPP_NO_SMART_HANDLE
|
# define VULKAN_HPP_NO_SMART_HANDLE
|
||||||
|
@ -28,6 +28,13 @@
|
|||||||
# error "vulkansc.hpp needs at least c++ standard version 11"
|
# error "vulkansc.hpp needs at least c++ standard version 11"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// include headers holding feature-test macros
|
||||||
|
#if 20 <= VULKAN_HPP_CPP_VERSION
|
||||||
|
# include <version>
|
||||||
|
#else
|
||||||
|
# include <ciso646>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
|
#if defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
|
||||||
# if !defined( VULKAN_HPP_NO_SMART_HANDLE )
|
# if !defined( VULKAN_HPP_NO_SMART_HANDLE )
|
||||||
# define VULKAN_HPP_NO_SMART_HANDLE
|
# define VULKAN_HPP_NO_SMART_HANDLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user