Skip to content

Commit e4307c5

Browse files
committed
Fix presentAt device features to be optional in the xml
1 parent dad6cd0 commit e4307c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/vk.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22966,9 +22966,8 @@ typedef void* <name>MTLSharedEvent_id</name>;
2296622966
<command name="vkGetSwapchainTimeDomainPropertiesEXT"/>
2296722967
<command name="vkGetPastPresentationTimingEXT"/>
2296822968
<feature name="presentTiming" struct="VkPhysicalDevicePresentTimingFeaturesEXT"/>
22969-
<feature name="presentAtAbsoluteTime" struct="VkPhysicalDevicePresentTimingFeaturesEXT"/>
22970-
<feature name="presentAtRelativeTime" struct="VkPhysicalDevicePresentTimingFeaturesEXT"/>
2297122969
</require>
22970+
<feature name="presentAtAbsoluteTime,presentAtRelativeTime" struct="VkPhysicalDevicePresentTimingFeaturesEXT"/>
2297222971
</extension>
2297322972
<extension name="VK_INTEL_shader_integer_functions2" number="210" type="device" depends="VK_KHR_get_physical_device_properties2,VK_VERSION_1_1" author="INTEL" contact="Ian Romanick @ianromanick" supported="vulkan">
2297422973
<require>

0 commit comments

Comments
 (0)