build: Update to header 1.4.333
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13032a7..1f08a59 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.22.1)
# The VERSION field is generated with the "--generated-version" flag in the generate_source.py script
-project(VUL VERSION 1.4.332 LANGUAGES CXX)
+project(VUL VERSION 1.4.333 LANGUAGES CXX)
set_property(GLOBAL PROPERTY USE_FOLDERS ON) # Remove when min is 3.26, see CMP0143
diff --git a/include/vulkan/utility/vk_dispatch_table.h b/include/vulkan/utility/vk_dispatch_table.h
index ae9f807..0d14154 100644
--- a/include/vulkan/utility/vk_dispatch_table.h
+++ b/include/vulkan/utility/vk_dispatch_table.h
@@ -831,6 +831,7 @@
PFN_vkGetMemoryMetalHandlePropertiesEXT GetMemoryMetalHandlePropertiesEXT;
#endif // VK_USE_PLATFORM_METAL_EXT
PFN_vkCmdEndRendering2EXT CmdEndRendering2EXT;
+ PFN_vkCmdBeginCustomResolveEXT CmdBeginCustomResolveEXT;
PFN_vkCreateAccelerationStructureKHR CreateAccelerationStructureKHR;
PFN_vkDestroyAccelerationStructureKHR DestroyAccelerationStructureKHR;
PFN_vkCmdBuildAccelerationStructuresKHR CmdBuildAccelerationStructuresKHR;
@@ -1518,6 +1519,7 @@
table->GetMemoryMetalHandlePropertiesEXT = (PFN_vkGetMemoryMetalHandlePropertiesEXT)gdpa(device, "vkGetMemoryMetalHandlePropertiesEXT");
#endif // VK_USE_PLATFORM_METAL_EXT
table->CmdEndRendering2EXT = (PFN_vkCmdEndRendering2EXT)gdpa(device, "vkCmdEndRendering2EXT");
+ table->CmdBeginCustomResolveEXT = (PFN_vkCmdBeginCustomResolveEXT)gdpa(device, "vkCmdBeginCustomResolveEXT");
table->CreateAccelerationStructureKHR = (PFN_vkCreateAccelerationStructureKHR)gdpa(device, "vkCreateAccelerationStructureKHR");
table->DestroyAccelerationStructureKHR = (PFN_vkDestroyAccelerationStructureKHR)gdpa(device, "vkDestroyAccelerationStructureKHR");
table->CmdBuildAccelerationStructuresKHR = (PFN_vkCmdBuildAccelerationStructuresKHR)gdpa(device, "vkCmdBuildAccelerationStructuresKHR");
diff --git a/include/vulkan/utility/vk_safe_struct.hpp b/include/vulkan/utility/vk_safe_struct.hpp
index db140ff..f43ae54 100644
--- a/include/vulkan/utility/vk_safe_struct.hpp
+++ b/include/vulkan/utility/vk_safe_struct.hpp
@@ -7922,7 +7922,7 @@
};
struct safe_VkSurfaceProtectedCapabilitiesKHR {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
VkBool32 supportsProtected;
safe_VkSurfaceProtectedCapabilitiesKHR(const VkSurfaceProtectedCapabilitiesKHR* in_struct, PNextCopyState* copy_state = {},
@@ -18713,7 +18713,7 @@
};
struct safe_VkTensorFormatPropertiesARM {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
VkFormatFeatureFlags2 optimalTilingTensorFeatures;
VkFormatFeatureFlags2 linearTilingTensorFeatures;
@@ -19207,7 +19207,7 @@
};
struct safe_VkOpticalFlowImageFormatPropertiesNV {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
VkFormat format;
safe_VkOpticalFlowImageFormatPropertiesNV(const VkOpticalFlowImageFormatPropertiesNV* in_struct,
@@ -19645,7 +19645,7 @@
struct safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV {
VkStructureType sType;
void* pNext{};
- VkRayTracingInvocationReorderModeNV rayTracingInvocationReorderReorderingHint;
+ VkRayTracingInvocationReorderModeEXT rayTracingInvocationReorderReorderingHint;
safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV(
const VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV* in_struct, PNextCopyState* copy_state = {},
@@ -19665,27 +19665,27 @@
return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const*>(this);
}
};
-struct safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV {
+struct safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT {
VkStructureType sType;
void* pNext{};
VkBool32 rayTracingInvocationReorder;
- safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV(
- const VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* in_struct, PNextCopyState* copy_state = {},
+ safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT(
+ const VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* in_struct, PNextCopyState* copy_state = {},
bool copy_pnext = true);
- safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV(
- const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV& copy_src);
- safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV& operator=(
- const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV& copy_src);
- safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV();
- ~safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV();
- void initialize(const VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* in_struct, PNextCopyState* copy_state = {});
- void initialize(const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* copy_src, PNextCopyState* copy_state = {});
- VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* ptr() {
- return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV*>(this);
+ safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT& copy_src);
+ safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT& operator=(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT& copy_src);
+ safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT();
+ ~safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT();
+ void initialize(const VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* in_struct, PNextCopyState* copy_state = {});
+ void initialize(const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* copy_src, PNextCopyState* copy_state = {});
+ VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* ptr() {
+ return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT*>(this);
}
- VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const* ptr() const {
- return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const*>(this);
+ VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT const* ptr() const {
+ return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT const*>(this);
}
};
struct safe_VkPhysicalDeviceCooperativeVectorPropertiesNV {
@@ -20051,7 +20051,7 @@
};
struct safe_VkLatencyTimingsFrameReportNV {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
uint64_t presentID;
uint64_t inputSampleTimeUs;
uint64_t simStartTimeUs;
@@ -21119,7 +21119,7 @@
};
struct safe_VkDisplayModeStereoPropertiesNV {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
VkBool32 hdmi3DSupported;
safe_VkDisplayModeStereoPropertiesNV(const VkDisplayModeStereoPropertiesNV* in_struct, PNextCopyState* copy_state = {},
@@ -21532,7 +21532,7 @@
};
struct safe_VkAccelerationStructureBuildSizesInfoKHR {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
VkDeviceSize accelerationStructureSize;
VkDeviceSize updateScratchSize;
VkDeviceSize buildScratchSize;
@@ -22075,6 +22075,30 @@
return reinterpret_cast<VkImageAlignmentControlCreateInfoMESA const*>(this);
}
};
+struct safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT {
+ VkStructureType sType;
+ void* pNext{};
+ VkRayTracingInvocationReorderModeEXT rayTracingInvocationReorderReorderingHint;
+ uint32_t maxShaderBindingTableRecordIndex;
+
+ safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT(
+ const VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* in_struct, PNextCopyState* copy_state = {},
+ bool copy_pnext = true);
+ safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT& copy_src);
+ safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT& operator=(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT& copy_src);
+ safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT();
+ ~safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT();
+ void initialize(const VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* in_struct, PNextCopyState* copy_state = {});
+ void initialize(const safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* copy_src, PNextCopyState* copy_state = {});
+ VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* ptr() {
+ return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT*>(this);
+ }
+ VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT const* ptr() const {
+ return reinterpret_cast<VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT const*>(this);
+ }
+};
struct safe_VkPhysicalDeviceDepthClampControlFeaturesEXT {
VkStructureType sType;
void* pNext{};
@@ -22672,6 +22696,59 @@
return reinterpret_cast<VkPhysicalDeviceShader64BitIndexingFeaturesEXT const*>(this);
}
};
+struct safe_VkPhysicalDeviceCustomResolveFeaturesEXT {
+ VkStructureType sType;
+ void* pNext{};
+ VkBool32 customResolve;
+
+ safe_VkPhysicalDeviceCustomResolveFeaturesEXT(const VkPhysicalDeviceCustomResolveFeaturesEXT* in_struct,
+ PNextCopyState* copy_state = {}, bool copy_pnext = true);
+ safe_VkPhysicalDeviceCustomResolveFeaturesEXT(const safe_VkPhysicalDeviceCustomResolveFeaturesEXT& copy_src);
+ safe_VkPhysicalDeviceCustomResolveFeaturesEXT& operator=(const safe_VkPhysicalDeviceCustomResolveFeaturesEXT& copy_src);
+ safe_VkPhysicalDeviceCustomResolveFeaturesEXT();
+ ~safe_VkPhysicalDeviceCustomResolveFeaturesEXT();
+ void initialize(const VkPhysicalDeviceCustomResolveFeaturesEXT* in_struct, PNextCopyState* copy_state = {});
+ void initialize(const safe_VkPhysicalDeviceCustomResolveFeaturesEXT* copy_src, PNextCopyState* copy_state = {});
+ VkPhysicalDeviceCustomResolveFeaturesEXT* ptr() { return reinterpret_cast<VkPhysicalDeviceCustomResolveFeaturesEXT*>(this); }
+ VkPhysicalDeviceCustomResolveFeaturesEXT const* ptr() const {
+ return reinterpret_cast<VkPhysicalDeviceCustomResolveFeaturesEXT const*>(this);
+ }
+};
+struct safe_VkBeginCustomResolveInfoEXT {
+ VkStructureType sType;
+ void* pNext{};
+
+ safe_VkBeginCustomResolveInfoEXT(const VkBeginCustomResolveInfoEXT* in_struct, PNextCopyState* copy_state = {},
+ bool copy_pnext = true);
+ safe_VkBeginCustomResolveInfoEXT(const safe_VkBeginCustomResolveInfoEXT& copy_src);
+ safe_VkBeginCustomResolveInfoEXT& operator=(const safe_VkBeginCustomResolveInfoEXT& copy_src);
+ safe_VkBeginCustomResolveInfoEXT();
+ ~safe_VkBeginCustomResolveInfoEXT();
+ void initialize(const VkBeginCustomResolveInfoEXT* in_struct, PNextCopyState* copy_state = {});
+ void initialize(const safe_VkBeginCustomResolveInfoEXT* copy_src, PNextCopyState* copy_state = {});
+ VkBeginCustomResolveInfoEXT* ptr() { return reinterpret_cast<VkBeginCustomResolveInfoEXT*>(this); }
+ VkBeginCustomResolveInfoEXT const* ptr() const { return reinterpret_cast<VkBeginCustomResolveInfoEXT const*>(this); }
+};
+struct safe_VkCustomResolveCreateInfoEXT {
+ VkStructureType sType;
+ const void* pNext{};
+ VkBool32 customResolve;
+ uint32_t colorAttachmentCount;
+ const VkFormat* pColorAttachmentFormats{};
+ VkFormat depthAttachmentFormat;
+ VkFormat stencilAttachmentFormat;
+
+ safe_VkCustomResolveCreateInfoEXT(const VkCustomResolveCreateInfoEXT* in_struct, PNextCopyState* copy_state = {},
+ bool copy_pnext = true);
+ safe_VkCustomResolveCreateInfoEXT(const safe_VkCustomResolveCreateInfoEXT& copy_src);
+ safe_VkCustomResolveCreateInfoEXT& operator=(const safe_VkCustomResolveCreateInfoEXT& copy_src);
+ safe_VkCustomResolveCreateInfoEXT();
+ ~safe_VkCustomResolveCreateInfoEXT();
+ void initialize(const VkCustomResolveCreateInfoEXT* in_struct, PNextCopyState* copy_state = {});
+ void initialize(const safe_VkCustomResolveCreateInfoEXT* copy_src, PNextCopyState* copy_state = {});
+ VkCustomResolveCreateInfoEXT* ptr() { return reinterpret_cast<VkCustomResolveCreateInfoEXT*>(this); }
+ VkCustomResolveCreateInfoEXT const* ptr() const { return reinterpret_cast<VkCustomResolveCreateInfoEXT const*>(this); }
+};
struct safe_VkDataGraphPipelineBuiltinModelCreateInfoQCOM {
VkStructureType sType;
const void* pNext{};
@@ -22695,7 +22772,7 @@
};
struct safe_VkPhysicalDeviceDataGraphModelFeaturesQCOM {
VkStructureType sType;
- const void* pNext{};
+ void* pNext{};
VkBool32 dataGraphModel;
safe_VkPhysicalDeviceDataGraphModelFeaturesQCOM(const VkPhysicalDeviceDataGraphModelFeaturesQCOM* in_struct,
diff --git a/include/vulkan/utility/vk_struct_helper.hpp b/include/vulkan/utility/vk_struct_helper.hpp
index 0c5c97a..689e060 100644
--- a/include/vulkan/utility/vk_struct_helper.hpp
+++ b/include/vulkan/utility/vk_struct_helper.hpp
@@ -1032,7 +1032,7 @@
template <> inline VkStructureType GetSType<VkAmigoProfilingSubmitInfoSEC>() { return VK_STRUCTURE_TYPE_AMIGO_PROFILING_SUBMIT_INFO_SEC; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_VIEWPORTS_FEATURES_QCOM; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV; }
-template <> inline VkStructureType GetSType<VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV; }
+template <> inline VkStructureType GetSType<VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceCooperativeVectorPropertiesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_PROPERTIES_NV; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceCooperativeVectorFeaturesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_FEATURES_NV; }
template <> inline VkStructureType GetSType<VkCooperativeVectorPropertiesNV>() { return VK_STRUCTURE_TYPE_COOPERATIVE_VECTOR_PROPERTIES_NV; }
@@ -1147,6 +1147,7 @@
template <> inline VkStructureType GetSType<VkPhysicalDeviceImageAlignmentControlFeaturesMESA>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_FEATURES_MESA; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceImageAlignmentControlPropertiesMESA>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_PROPERTIES_MESA; }
template <> inline VkStructureType GetSType<VkImageAlignmentControlCreateInfoMESA>() { return VK_STRUCTURE_TYPE_IMAGE_ALIGNMENT_CONTROL_CREATE_INFO_MESA; }
+template <> inline VkStructureType GetSType<VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceDepthClampControlFeaturesEXT>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT; }
template <> inline VkStructureType GetSType<VkPipelineViewportDepthClampControlCreateInfoEXT>() { return VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_CONTROL_CREATE_INFO_EXT; }
#ifdef VK_USE_PLATFORM_OHOS
@@ -1182,6 +1183,9 @@
#endif // VK_ENABLE_BETA_EXTENSIONS
template <> inline VkStructureType GetSType<VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_DEVICE_MEMORY_FEATURES_EXT; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceShader64BitIndexingFeaturesEXT>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT; }
+template <> inline VkStructureType GetSType<VkPhysicalDeviceCustomResolveFeaturesEXT>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT; }
+template <> inline VkStructureType GetSType<VkBeginCustomResolveInfoEXT>() { return VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT; }
+template <> inline VkStructureType GetSType<VkCustomResolveCreateInfoEXT>() { return VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT; }
template <> inline VkStructureType GetSType<VkDataGraphPipelineBuiltinModelCreateInfoQCOM>() { return VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_BUILTIN_MODEL_CREATE_INFO_QCOM; }
template <> inline VkStructureType GetSType<VkPhysicalDeviceDataGraphModelFeaturesQCOM>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_MODEL_FEATURES_QCOM; }
template <> inline VkStructureType GetSType<VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CACHE_INCREMENTAL_MODE_FEATURES_SEC; }
diff --git a/include/vulkan/vk_enum_string_helper.h b/include/vulkan/vk_enum_string_helper.h
index 7db93f5..3486d88 100644
--- a/include/vulkan/vk_enum_string_helper.h
+++ b/include/vulkan/vk_enum_string_helper.h
@@ -1924,8 +1924,6 @@
return "VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_KHR";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_VIEWPORTS_FEATURES_QCOM:
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_VIEWPORTS_FEATURES_QCOM";
- case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV:
- return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV:
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_FEATURES_NV:
@@ -2278,6 +2276,10 @@
return "VK_STRUCTURE_TYPE_IMAGE_ALIGNMENT_CONTROL_CREATE_INFO_MESA";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FMA_FEATURES_KHR:
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FMA_FEATURES_KHR";
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT:
+ return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT";
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT:
+ return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT:
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT";
case VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_CONTROL_CREATE_INFO_EXT:
@@ -2366,6 +2368,12 @@
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_MODE_FIFO_LATEST_READY_FEATURES_KHR";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT:
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT";
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT:
+ return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT";
+ case VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT:
+ return "VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT";
+ case VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT:
+ return "VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_MODEL_FEATURES_QCOM:
return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_MODEL_FEATURES_QCOM";
case VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_BUILTIN_MODEL_CREATE_INFO_QCOM:
@@ -5336,14 +5344,14 @@
return "Unhandled VkDepthClampModeEXT";
}
}
-static inline const char* string_VkRayTracingInvocationReorderModeNV(VkRayTracingInvocationReorderModeNV input_value) {
+static inline const char* string_VkRayTracingInvocationReorderModeEXT(VkRayTracingInvocationReorderModeEXT input_value) {
switch (input_value) {
- case VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_NV:
- return "VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_NV";
- case VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_NV:
- return "VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_NV";
+ case VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_EXT:
+ return "VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_EXT";
+ case VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_EXT:
+ return "VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_EXT";
default:
- return "Unhandled VkRayTracingInvocationReorderModeNV";
+ return "Unhandled VkRayTracingInvocationReorderModeEXT";
}
}
static inline const char* string_VkCooperativeVectorMatrixLayoutNV(VkCooperativeVectorMatrixLayoutNV input_value) {
@@ -7354,10 +7362,6 @@
return "VK_SUBPASS_DESCRIPTION_PER_VIEW_ATTRIBUTES_BIT_NVX";
case VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX:
return "VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX";
- case VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM:
- return "VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM";
- case VK_SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM:
- return "VK_SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM";
case VK_SUBPASS_DESCRIPTION_TILE_SHADING_APRON_BIT_QCOM:
return "VK_SUBPASS_DESCRIPTION_TILE_SHADING_APRON_BIT_QCOM";
case VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_EXT:
@@ -7368,6 +7372,10 @@
return "VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT";
case VK_SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT:
return "VK_SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT";
+ case VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_EXT:
+ return "VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_EXT";
+ case VK_SUBPASS_DESCRIPTION_CUSTOM_RESOLVE_BIT_EXT:
+ return "VK_SUBPASS_DESCRIPTION_CUSTOM_RESOLVE_BIT_EXT";
default:
return "Unhandled VkSubpassDescriptionFlagBits";
}
@@ -7796,6 +7804,8 @@
return "VK_RESOLVE_MODE_MAX_BIT";
case VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_BIT_ANDROID:
return "VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_BIT_ANDROID";
+ case VK_RESOLVE_MODE_CUSTOM_BIT_EXT:
+ return "VK_RESOLVE_MODE_CUSTOM_BIT_EXT";
default:
return "Unhandled VkResolveModeFlagBits";
}
@@ -8187,6 +8197,10 @@
return "VK_RENDERING_CONTENTS_INLINE_BIT_KHR";
case VK_RENDERING_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE:
return "VK_RENDERING_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE";
+ case VK_RENDERING_FRAGMENT_REGION_BIT_EXT:
+ return "VK_RENDERING_FRAGMENT_REGION_BIT_EXT";
+ case VK_RENDERING_CUSTOM_RESOLVE_BIT_EXT:
+ return "VK_RENDERING_CUSTOM_RESOLVE_BIT_EXT";
case VK_RENDERING_LOCAL_READ_CONCURRENT_ACCESS_CONTROL_BIT_KHR:
return "VK_RENDERING_LOCAL_READ_CONCURRENT_ACCESS_CONTROL_BIT_KHR";
default:
@@ -13092,8 +13106,8 @@
return "VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV:
return "VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV";
- case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV:
- return "VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV";
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT:
+ return "VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_PROPERTIES_NV:
return "VkPhysicalDeviceCooperativeVectorPropertiesNV";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_FEATURES_NV:
@@ -13320,6 +13334,8 @@
return "VkPhysicalDeviceImageAlignmentControlPropertiesMESA";
case VK_STRUCTURE_TYPE_IMAGE_ALIGNMENT_CONTROL_CREATE_INFO_MESA:
return "VkImageAlignmentControlCreateInfoMESA";
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT:
+ return "VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT:
return "VkPhysicalDeviceDepthClampControlFeaturesEXT";
case VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_CONTROL_CREATE_INFO_EXT:
@@ -13384,6 +13400,12 @@
return "VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT:
return "VkPhysicalDeviceShader64BitIndexingFeaturesEXT";
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT:
+ return "VkPhysicalDeviceCustomResolveFeaturesEXT";
+ case VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT:
+ return "VkBeginCustomResolveInfoEXT";
+ case VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT:
+ return "VkCustomResolveCreateInfoEXT";
case VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_BUILTIN_MODEL_CREATE_INFO_QCOM:
return "VkDataGraphPipelineBuiltinModelCreateInfoQCOM";
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_MODEL_FEATURES_QCOM:
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 6764b5c..8cc113d 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -7,7 +7,7 @@
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
- "commit": "v1.4.332"
+ "commit": "v1.4.333"
},
{
"name": "googletest",
diff --git a/src/vulkan/vk_safe_struct_ext.cpp b/src/vulkan/vk_safe_struct_ext.cpp
index 959ab68..502ff4b 100644
--- a/src/vulkan/vk_safe_struct_ext.cpp
+++ b/src/vulkan/vk_safe_struct_ext.cpp
@@ -13279,6 +13279,59 @@
if (copy_src->pSpecializationInfo) pSpecializationInfo = new safe_VkSpecializationInfo(*copy_src->pSpecializationInfo);
}
+safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT(
+ const VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state,
+ bool copy_pnext)
+ : sType(in_struct->sType), rayTracingInvocationReorder(in_struct->rayTracingInvocationReorder) {
+ if (copy_pnext) {
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+ }
+}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT()
+ : sType(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT),
+ pNext(nullptr),
+ rayTracingInvocationReorder() {}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT& copy_src) {
+ sType = copy_src.sType;
+ rayTracingInvocationReorder = copy_src.rayTracingInvocationReorder;
+ pNext = SafePnextCopy(copy_src.pNext);
+}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT& safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::operator=(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT& copy_src) {
+ if (©_src == this) return *this;
+
+ FreePnextChain(pNext);
+
+ sType = copy_src.sType;
+ rayTracingInvocationReorder = copy_src.rayTracingInvocationReorder;
+ pNext = SafePnextCopy(copy_src.pNext);
+
+ return *this;
+}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::~safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT() {
+ FreePnextChain(pNext);
+}
+
+void safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::initialize(
+ const VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state) {
+ FreePnextChain(pNext);
+ sType = in_struct->sType;
+ rayTracingInvocationReorder = in_struct->rayTracingInvocationReorder;
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+}
+
+void safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT::initialize(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* copy_src, [[maybe_unused]] PNextCopyState* copy_state) {
+ sType = copy_src->sType;
+ rayTracingInvocationReorder = copy_src->rayTracingInvocationReorder;
+ pNext = SafePnextCopy(copy_src->pNext);
+}
+
safe_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT::safe_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT(
const VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state,
bool copy_pnext)
@@ -15035,6 +15088,67 @@
pNext = SafePnextCopy(copy_src->pNext);
}
+safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT(
+ const VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state,
+ bool copy_pnext)
+ : sType(in_struct->sType),
+ rayTracingInvocationReorderReorderingHint(in_struct->rayTracingInvocationReorderReorderingHint),
+ maxShaderBindingTableRecordIndex(in_struct->maxShaderBindingTableRecordIndex) {
+ if (copy_pnext) {
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+ }
+}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT()
+ : sType(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT),
+ pNext(nullptr),
+ rayTracingInvocationReorderReorderingHint(),
+ maxShaderBindingTableRecordIndex() {}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT& copy_src) {
+ sType = copy_src.sType;
+ rayTracingInvocationReorderReorderingHint = copy_src.rayTracingInvocationReorderReorderingHint;
+ maxShaderBindingTableRecordIndex = copy_src.maxShaderBindingTableRecordIndex;
+ pNext = SafePnextCopy(copy_src.pNext);
+}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT&
+safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::operator=(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT& copy_src) {
+ if (©_src == this) return *this;
+
+ FreePnextChain(pNext);
+
+ sType = copy_src.sType;
+ rayTracingInvocationReorderReorderingHint = copy_src.rayTracingInvocationReorderReorderingHint;
+ maxShaderBindingTableRecordIndex = copy_src.maxShaderBindingTableRecordIndex;
+ pNext = SafePnextCopy(copy_src.pNext);
+
+ return *this;
+}
+
+safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::~safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT() {
+ FreePnextChain(pNext);
+}
+
+void safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::initialize(
+ const VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state) {
+ FreePnextChain(pNext);
+ sType = in_struct->sType;
+ rayTracingInvocationReorderReorderingHint = in_struct->rayTracingInvocationReorderReorderingHint;
+ maxShaderBindingTableRecordIndex = in_struct->maxShaderBindingTableRecordIndex;
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+}
+
+void safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT::initialize(
+ const safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* copy_src, [[maybe_unused]] PNextCopyState* copy_state) {
+ sType = copy_src->sType;
+ rayTracingInvocationReorderReorderingHint = copy_src->rayTracingInvocationReorderReorderingHint;
+ maxShaderBindingTableRecordIndex = copy_src->maxShaderBindingTableRecordIndex;
+ pNext = SafePnextCopy(copy_src->pNext);
+}
+
safe_VkPhysicalDeviceDepthClampControlFeaturesEXT::safe_VkPhysicalDeviceDepthClampControlFeaturesEXT(
const VkPhysicalDeviceDepthClampControlFeaturesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state, bool copy_pnext)
: sType(in_struct->sType), depthClampControl(in_struct->depthClampControl) {
@@ -15473,6 +15587,203 @@
pNext = SafePnextCopy(copy_src->pNext);
}
+safe_VkPhysicalDeviceCustomResolveFeaturesEXT::safe_VkPhysicalDeviceCustomResolveFeaturesEXT(
+ const VkPhysicalDeviceCustomResolveFeaturesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state, bool copy_pnext)
+ : sType(in_struct->sType), customResolve(in_struct->customResolve) {
+ if (copy_pnext) {
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+ }
+}
+
+safe_VkPhysicalDeviceCustomResolveFeaturesEXT::safe_VkPhysicalDeviceCustomResolveFeaturesEXT()
+ : sType(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT), pNext(nullptr), customResolve() {}
+
+safe_VkPhysicalDeviceCustomResolveFeaturesEXT::safe_VkPhysicalDeviceCustomResolveFeaturesEXT(
+ const safe_VkPhysicalDeviceCustomResolveFeaturesEXT& copy_src) {
+ sType = copy_src.sType;
+ customResolve = copy_src.customResolve;
+ pNext = SafePnextCopy(copy_src.pNext);
+}
+
+safe_VkPhysicalDeviceCustomResolveFeaturesEXT& safe_VkPhysicalDeviceCustomResolveFeaturesEXT::operator=(
+ const safe_VkPhysicalDeviceCustomResolveFeaturesEXT& copy_src) {
+ if (©_src == this) return *this;
+
+ FreePnextChain(pNext);
+
+ sType = copy_src.sType;
+ customResolve = copy_src.customResolve;
+ pNext = SafePnextCopy(copy_src.pNext);
+
+ return *this;
+}
+
+safe_VkPhysicalDeviceCustomResolveFeaturesEXT::~safe_VkPhysicalDeviceCustomResolveFeaturesEXT() { FreePnextChain(pNext); }
+
+void safe_VkPhysicalDeviceCustomResolveFeaturesEXT::initialize(const VkPhysicalDeviceCustomResolveFeaturesEXT* in_struct,
+ [[maybe_unused]] PNextCopyState* copy_state) {
+ FreePnextChain(pNext);
+ sType = in_struct->sType;
+ customResolve = in_struct->customResolve;
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+}
+
+void safe_VkPhysicalDeviceCustomResolveFeaturesEXT::initialize(const safe_VkPhysicalDeviceCustomResolveFeaturesEXT* copy_src,
+ [[maybe_unused]] PNextCopyState* copy_state) {
+ sType = copy_src->sType;
+ customResolve = copy_src->customResolve;
+ pNext = SafePnextCopy(copy_src->pNext);
+}
+
+safe_VkBeginCustomResolveInfoEXT::safe_VkBeginCustomResolveInfoEXT(const VkBeginCustomResolveInfoEXT* in_struct,
+ [[maybe_unused]] PNextCopyState* copy_state, bool copy_pnext)
+ : sType(in_struct->sType) {
+ if (copy_pnext) {
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+ }
+}
+
+safe_VkBeginCustomResolveInfoEXT::safe_VkBeginCustomResolveInfoEXT()
+ : sType(VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT), pNext(nullptr) {}
+
+safe_VkBeginCustomResolveInfoEXT::safe_VkBeginCustomResolveInfoEXT(const safe_VkBeginCustomResolveInfoEXT& copy_src) {
+ sType = copy_src.sType;
+ pNext = SafePnextCopy(copy_src.pNext);
+}
+
+safe_VkBeginCustomResolveInfoEXT& safe_VkBeginCustomResolveInfoEXT::operator=(const safe_VkBeginCustomResolveInfoEXT& copy_src) {
+ if (©_src == this) return *this;
+
+ FreePnextChain(pNext);
+
+ sType = copy_src.sType;
+ pNext = SafePnextCopy(copy_src.pNext);
+
+ return *this;
+}
+
+safe_VkBeginCustomResolveInfoEXT::~safe_VkBeginCustomResolveInfoEXT() { FreePnextChain(pNext); }
+
+void safe_VkBeginCustomResolveInfoEXT::initialize(const VkBeginCustomResolveInfoEXT* in_struct,
+ [[maybe_unused]] PNextCopyState* copy_state) {
+ FreePnextChain(pNext);
+ sType = in_struct->sType;
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+}
+
+void safe_VkBeginCustomResolveInfoEXT::initialize(const safe_VkBeginCustomResolveInfoEXT* copy_src,
+ [[maybe_unused]] PNextCopyState* copy_state) {
+ sType = copy_src->sType;
+ pNext = SafePnextCopy(copy_src->pNext);
+}
+
+safe_VkCustomResolveCreateInfoEXT::safe_VkCustomResolveCreateInfoEXT(const VkCustomResolveCreateInfoEXT* in_struct,
+ [[maybe_unused]] PNextCopyState* copy_state, bool copy_pnext)
+ : sType(in_struct->sType),
+ customResolve(in_struct->customResolve),
+ colorAttachmentCount(in_struct->colorAttachmentCount),
+ pColorAttachmentFormats(nullptr),
+ depthAttachmentFormat(in_struct->depthAttachmentFormat),
+ stencilAttachmentFormat(in_struct->stencilAttachmentFormat) {
+ if (copy_pnext) {
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+ }
+ if (in_struct->pColorAttachmentFormats) {
+ pColorAttachmentFormats = new VkFormat[in_struct->colorAttachmentCount];
+ memcpy((void*)pColorAttachmentFormats, (void*)in_struct->pColorAttachmentFormats,
+ sizeof(VkFormat) * in_struct->colorAttachmentCount);
+ }
+}
+
+safe_VkCustomResolveCreateInfoEXT::safe_VkCustomResolveCreateInfoEXT()
+ : sType(VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT),
+ pNext(nullptr),
+ customResolve(),
+ colorAttachmentCount(),
+ pColorAttachmentFormats(nullptr),
+ depthAttachmentFormat(),
+ stencilAttachmentFormat() {}
+
+safe_VkCustomResolveCreateInfoEXT::safe_VkCustomResolveCreateInfoEXT(const safe_VkCustomResolveCreateInfoEXT& copy_src) {
+ sType = copy_src.sType;
+ customResolve = copy_src.customResolve;
+ colorAttachmentCount = copy_src.colorAttachmentCount;
+ pColorAttachmentFormats = nullptr;
+ depthAttachmentFormat = copy_src.depthAttachmentFormat;
+ stencilAttachmentFormat = copy_src.stencilAttachmentFormat;
+ pNext = SafePnextCopy(copy_src.pNext);
+
+ if (copy_src.pColorAttachmentFormats) {
+ pColorAttachmentFormats = new VkFormat[copy_src.colorAttachmentCount];
+ memcpy((void*)pColorAttachmentFormats, (void*)copy_src.pColorAttachmentFormats,
+ sizeof(VkFormat) * copy_src.colorAttachmentCount);
+ }
+}
+
+safe_VkCustomResolveCreateInfoEXT& safe_VkCustomResolveCreateInfoEXT::operator=(const safe_VkCustomResolveCreateInfoEXT& copy_src) {
+ if (©_src == this) return *this;
+
+ if (pColorAttachmentFormats) delete[] pColorAttachmentFormats;
+ FreePnextChain(pNext);
+
+ sType = copy_src.sType;
+ customResolve = copy_src.customResolve;
+ colorAttachmentCount = copy_src.colorAttachmentCount;
+ pColorAttachmentFormats = nullptr;
+ depthAttachmentFormat = copy_src.depthAttachmentFormat;
+ stencilAttachmentFormat = copy_src.stencilAttachmentFormat;
+ pNext = SafePnextCopy(copy_src.pNext);
+
+ if (copy_src.pColorAttachmentFormats) {
+ pColorAttachmentFormats = new VkFormat[copy_src.colorAttachmentCount];
+ memcpy((void*)pColorAttachmentFormats, (void*)copy_src.pColorAttachmentFormats,
+ sizeof(VkFormat) * copy_src.colorAttachmentCount);
+ }
+
+ return *this;
+}
+
+safe_VkCustomResolveCreateInfoEXT::~safe_VkCustomResolveCreateInfoEXT() {
+ if (pColorAttachmentFormats) delete[] pColorAttachmentFormats;
+ FreePnextChain(pNext);
+}
+
+void safe_VkCustomResolveCreateInfoEXT::initialize(const VkCustomResolveCreateInfoEXT* in_struct,
+ [[maybe_unused]] PNextCopyState* copy_state) {
+ if (pColorAttachmentFormats) delete[] pColorAttachmentFormats;
+ FreePnextChain(pNext);
+ sType = in_struct->sType;
+ customResolve = in_struct->customResolve;
+ colorAttachmentCount = in_struct->colorAttachmentCount;
+ pColorAttachmentFormats = nullptr;
+ depthAttachmentFormat = in_struct->depthAttachmentFormat;
+ stencilAttachmentFormat = in_struct->stencilAttachmentFormat;
+ pNext = SafePnextCopy(in_struct->pNext, copy_state);
+
+ if (in_struct->pColorAttachmentFormats) {
+ pColorAttachmentFormats = new VkFormat[in_struct->colorAttachmentCount];
+ memcpy((void*)pColorAttachmentFormats, (void*)in_struct->pColorAttachmentFormats,
+ sizeof(VkFormat) * in_struct->colorAttachmentCount);
+ }
+}
+
+void safe_VkCustomResolveCreateInfoEXT::initialize(const safe_VkCustomResolveCreateInfoEXT* copy_src,
+ [[maybe_unused]] PNextCopyState* copy_state) {
+ sType = copy_src->sType;
+ customResolve = copy_src->customResolve;
+ colorAttachmentCount = copy_src->colorAttachmentCount;
+ pColorAttachmentFormats = nullptr;
+ depthAttachmentFormat = copy_src->depthAttachmentFormat;
+ stencilAttachmentFormat = copy_src->stencilAttachmentFormat;
+ pNext = SafePnextCopy(copy_src->pNext);
+
+ if (copy_src->pColorAttachmentFormats) {
+ pColorAttachmentFormats = new VkFormat[copy_src->colorAttachmentCount];
+ memcpy((void*)pColorAttachmentFormats, (void*)copy_src->pColorAttachmentFormats,
+ sizeof(VkFormat) * copy_src->colorAttachmentCount);
+ }
+}
+
safe_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT::safe_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT(
const VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT* in_struct, [[maybe_unused]] PNextCopyState* copy_state,
bool copy_pnext)
diff --git a/src/vulkan/vk_safe_struct_utils.cpp b/src/vulkan/vk_safe_struct_utils.cpp
index 753f739..df9ab57 100644
--- a/src/vulkan/vk_safe_struct_utils.cpp
+++ b/src/vulkan/vk_safe_struct_utils.cpp
@@ -1994,8 +1994,8 @@
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV:
safe_pNext = new safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV(reinterpret_cast<const VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV *>(pNext), copy_state, false);
break;
- case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV:
- safe_pNext = new safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV(reinterpret_cast<const VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV *>(pNext), copy_state, false);
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT:
+ safe_pNext = new safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT(reinterpret_cast<const VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT *>(pNext), copy_state, false);
break;
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_PROPERTIES_NV:
safe_pNext = new safe_VkPhysicalDeviceCooperativeVectorPropertiesNV(reinterpret_cast<const VkPhysicalDeviceCooperativeVectorPropertiesNV *>(pNext), copy_state, false);
@@ -2203,6 +2203,9 @@
case VK_STRUCTURE_TYPE_IMAGE_ALIGNMENT_CONTROL_CREATE_INFO_MESA:
safe_pNext = new safe_VkImageAlignmentControlCreateInfoMESA(reinterpret_cast<const VkImageAlignmentControlCreateInfoMESA *>(pNext), copy_state, false);
break;
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT:
+ safe_pNext = new safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT(reinterpret_cast<const VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT *>(pNext), copy_state, false);
+ break;
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT:
safe_pNext = new safe_VkPhysicalDeviceDepthClampControlFeaturesEXT(reinterpret_cast<const VkPhysicalDeviceDepthClampControlFeaturesEXT *>(pNext), copy_state, false);
break;
@@ -2278,6 +2281,12 @@
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT:
safe_pNext = new safe_VkPhysicalDeviceShader64BitIndexingFeaturesEXT(reinterpret_cast<const VkPhysicalDeviceShader64BitIndexingFeaturesEXT *>(pNext), copy_state, false);
break;
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT:
+ safe_pNext = new safe_VkPhysicalDeviceCustomResolveFeaturesEXT(reinterpret_cast<const VkPhysicalDeviceCustomResolveFeaturesEXT *>(pNext), copy_state, false);
+ break;
+ case VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT:
+ safe_pNext = new safe_VkCustomResolveCreateInfoEXT(reinterpret_cast<const VkCustomResolveCreateInfoEXT *>(pNext), copy_state, false);
+ break;
case VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_BUILTIN_MODEL_CREATE_INFO_QCOM:
safe_pNext = new safe_VkDataGraphPipelineBuiltinModelCreateInfoQCOM(reinterpret_cast<const VkDataGraphPipelineBuiltinModelCreateInfoQCOM *>(pNext), copy_state, false);
break;
@@ -4300,8 +4309,8 @@
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV:
delete reinterpret_cast<safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV *>(header);
break;
- case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV:
- delete reinterpret_cast<safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV *>(header);
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT:
+ delete reinterpret_cast<safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT *>(header);
break;
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_PROPERTIES_NV:
delete reinterpret_cast<safe_VkPhysicalDeviceCooperativeVectorPropertiesNV *>(header);
@@ -4509,6 +4518,9 @@
case VK_STRUCTURE_TYPE_IMAGE_ALIGNMENT_CONTROL_CREATE_INFO_MESA:
delete reinterpret_cast<safe_VkImageAlignmentControlCreateInfoMESA *>(header);
break;
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT:
+ delete reinterpret_cast<safe_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT *>(header);
+ break;
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT:
delete reinterpret_cast<safe_VkPhysicalDeviceDepthClampControlFeaturesEXT *>(header);
break;
@@ -4584,6 +4596,12 @@
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT:
delete reinterpret_cast<safe_VkPhysicalDeviceShader64BitIndexingFeaturesEXT *>(header);
break;
+ case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT:
+ delete reinterpret_cast<safe_VkPhysicalDeviceCustomResolveFeaturesEXT *>(header);
+ break;
+ case VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT:
+ delete reinterpret_cast<safe_VkCustomResolveCreateInfoEXT *>(header);
+ break;
case VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_BUILTIN_MODEL_CREATE_INFO_QCOM:
delete reinterpret_cast<safe_VkDataGraphPipelineBuiltinModelCreateInfoQCOM *>(header);
break;
diff --git a/src/vulkan/vk_safe_struct_vendor.cpp b/src/vulkan/vk_safe_struct_vendor.cpp
index 91772df..94dc832 100644
--- a/src/vulkan/vk_safe_struct_vendor.cpp
+++ b/src/vulkan/vk_safe_struct_vendor.cpp
@@ -16033,59 +16033,6 @@
pNext = SafePnextCopy(copy_src->pNext);
}
-safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV(
- const VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* in_struct, [[maybe_unused]] PNextCopyState* copy_state,
- bool copy_pnext)
- : sType(in_struct->sType), rayTracingInvocationReorder(in_struct->rayTracingInvocationReorder) {
- if (copy_pnext) {
- pNext = SafePnextCopy(in_struct->pNext, copy_state);
- }
-}
-
-safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
- : sType(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV),
- pNext(nullptr),
- rayTracingInvocationReorder() {}
-
-safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV(
- const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV& copy_src) {
- sType = copy_src.sType;
- rayTracingInvocationReorder = copy_src.rayTracingInvocationReorder;
- pNext = SafePnextCopy(copy_src.pNext);
-}
-
-safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV& safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::operator=(
- const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV& copy_src) {
- if (©_src == this) return *this;
-
- FreePnextChain(pNext);
-
- sType = copy_src.sType;
- rayTracingInvocationReorder = copy_src.rayTracingInvocationReorder;
- pNext = SafePnextCopy(copy_src.pNext);
-
- return *this;
-}
-
-safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::~safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV() {
- FreePnextChain(pNext);
-}
-
-void safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::initialize(
- const VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* in_struct, [[maybe_unused]] PNextCopyState* copy_state) {
- FreePnextChain(pNext);
- sType = in_struct->sType;
- rayTracingInvocationReorder = in_struct->rayTracingInvocationReorder;
- pNext = SafePnextCopy(in_struct->pNext, copy_state);
-}
-
-void safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV::initialize(
- const safe_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* copy_src, [[maybe_unused]] PNextCopyState* copy_state) {
- sType = copy_src->sType;
- rayTracingInvocationReorder = copy_src->rayTracingInvocationReorder;
- pNext = SafePnextCopy(copy_src->pNext);
-}
-
safe_VkPhysicalDeviceCooperativeVectorPropertiesNV::safe_VkPhysicalDeviceCooperativeVectorPropertiesNV(
const VkPhysicalDeviceCooperativeVectorPropertiesNV* in_struct, [[maybe_unused]] PNextCopyState* copy_state, bool copy_pnext)
: sType(in_struct->sType),