diff options
author | Jon Leech <[email protected]> | 2021-06-28 01:25:53 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2021-06-28 01:27:21 -0700 |
commit | a8964617af6b104d0341874e9b4776d82f80f9af (patch) | |
tree | b138d2ad60fb539f876346a0041b6d99b7fc1388 /include/vulkan/vulkan.hpp | |
parent | 37164a5726f7e6113810f9557903a117498421cf (diff) | |
download | Vulkan-Headers-a8964617af6b104d0341874e9b4776d82f80f9af.tar.gz Vulkan-Headers-a8964617af6b104d0341874e9b4776d82f80f9af.zip |
Update for Vulkan-Docs 1.2.183v1.2.183
Diffstat (limited to 'include/vulkan/vulkan.hpp')
-rw-r--r-- | include/vulkan/vulkan.hpp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/include/vulkan/vulkan.hpp b/include/vulkan/vulkan.hpp index d3bc127..4c225b3 100644 --- a/include/vulkan/vulkan.hpp +++ b/include/vulkan/vulkan.hpp @@ -93,7 +93,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h # include <compare> #endif -static_assert( VK_HEADER_VERSION == 182, "Wrong VK_HEADER_VERSION!" ); +static_assert( VK_HEADER_VERSION == 183, "Wrong VK_HEADER_VERSION!" ); // 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default. // To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION @@ -7786,6 +7786,14 @@ namespace VULKAN_HPP_NAMESPACE }; }; template <> + struct StructExtends<PhysicalDeviceGlobalPriorityQueryFeaturesEXT, DeviceCreateInfo> + { + enum + { + value = true + }; + }; + template <> struct StructExtends<PhysicalDeviceHostQueryResetFeatures, PhysicalDeviceFeatures2> { enum @@ -8254,7 +8262,7 @@ namespace VULKAN_HPP_NAMESPACE }; }; template <> - struct StructExtends<PhysicalDeviceRayTracingMotionBlurFeaturesNV, PhysicalDeviceProperties2> + struct StructExtends<PhysicalDeviceRayTracingMotionBlurFeaturesNV, PhysicalDeviceFeatures2> { enum { |