From 494d32f2da0bd8a782d88fdaa98b9e1967148d1b Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Fri, 16 Aug 2024 08:50:28 -0700 Subject: build: Update to header 1.3.293 --- icd/generated/function_declarations.h | 2 ++ icd/generated/function_definitions.h | 1 + icd/generated/vk_typemap_helper.h | 9 +++++++++ 3 files changed, 12 insertions(+) (limited to 'icd/generated') diff --git a/icd/generated/function_declarations.h b/icd/generated/function_declarations.h index 66e8667e..4450c2c9 100644 --- a/icd/generated/function_declarations.h +++ b/icd/generated/function_declarations.h @@ -404,6 +404,7 @@ static const std::unordered_map device_extension_map = { {"VK_NV_descriptor_pool_overallocation", 1}, {"VK_NV_raw_access_chains", 1}, {"VK_KHR_shader_relaxed_extended_instruction", 1}, + {"VK_NV_command_buffer_inheritance", 1}, {"VK_KHR_maintenance7", 1}, {"VK_NV_shader_atomic_float16_vector", 1}, {"VK_EXT_shader_replicated_composites", 1}, @@ -4370,6 +4371,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetScreenBufferPropertiesQNX( + static VKAPI_ATTR VkResult VKAPI_CALL CreateAccelerationStructureKHR( VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, diff --git a/icd/generated/function_definitions.h b/icd/generated/function_definitions.h index a00b62f3..bbfbc2db 100644 --- a/icd/generated/function_definitions.h +++ b/icd/generated/function_definitions.h @@ -7612,6 +7612,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetScreenBufferPropertiesQNX( + static VKAPI_ATTR VkResult VKAPI_CALL CreateAccelerationStructureKHR( VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, diff --git a/icd/generated/vk_typemap_helper.h b/icd/generated/vk_typemap_helper.h index b976feb8..22037992 100644 --- a/icd/generated/vk_typemap_helper.h +++ b/icd/generated/vk_typemap_helper.h @@ -8109,6 +8109,15 @@ template <> struct LvlSTypeMap struct LvlTypeMap { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMMAND_BUFFER_INHERITANCE_FEATURES_NV; +}; + +template <> struct LvlSTypeMap { + typedef VkPhysicalDeviceCommandBufferInheritanceFeaturesNV Type; +}; + // Map type VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT16_VECTOR_FEATURES_NV template <> struct LvlTypeMap { static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT16_VECTOR_FEATURES_NV; -- cgit v1.2.3