@@ -8827,13 +8827,13 @@ template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INV
88278827 typedef VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV Type;
88288828};
88298829
8830- // Map type VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT
8831- template <> struct LvlTypeMap <VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT > {
8832- static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT ;
8830+ // Map type VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV
8831+ template <> struct LvlTypeMap <VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV > {
8832+ static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV ;
88338833};
88348834
8835- template <> struct LvlSTypeMap <VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT > {
8836- typedef VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT Type;
8835+ template <> struct LvlSTypeMap <VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV > {
8836+ typedef VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV Type;
88378837};
88388838
88398839// Map type VkPhysicalDeviceCooperativeVectorPropertiesNV to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_PROPERTIES_NV
@@ -9863,6 +9863,15 @@ template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INV
98639863 typedef VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT Type;
98649864};
98659865
9866+ // Map type VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT
9867+ template <> struct LvlTypeMap <VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT> {
9868+ static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT;
9869+ };
9870+
9871+ template <> struct LvlSTypeMap <VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT> {
9872+ typedef VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT Type;
9873+ };
9874+
98669875// Map type VkPhysicalDeviceDepthClampControlFeaturesEXT to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT
98679876template <> struct LvlTypeMap <VkPhysicalDeviceDepthClampControlFeaturesEXT> {
98689877 static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT;
0 commit comments