Update for Vulkan-Docs 1.3.270

This commit is contained in:
Jon Leech 2023-11-10 04:18:17 -08:00 committed by Jon Leech
parent aff5071d4e
commit 8ccd414a46
16 changed files with 3443 additions and 220 deletions

View file

@ -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