Update for Vulkan-Docs 1.3.270
This commit is contained in:
parent
aff5071d4e
commit
8ccd414a46
16 changed files with 3443 additions and 220 deletions
|
|
@ -14,7 +14,9 @@
|
|||
# define VULKAN_HPP_CPLUSPLUS __cplusplus
|
||||
#endif
|
||||
|
||||
#if 201703L < VULKAN_HPP_CPLUSPLUS
|
||||
#if 202002L < VULKAN_HPP_CPLUSPLUS
|
||||
# define VULKAN_HPP_CPP_VERSION 23
|
||||
#elif 201703L < VULKAN_HPP_CPLUSPLUS
|
||||
# define VULKAN_HPP_CPP_VERSION 20
|
||||
#elif 201402L < VULKAN_HPP_CPLUSPLUS
|
||||
# define VULKAN_HPP_CPP_VERSION 17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue