Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Mar 20, 2024
1 parent 0a0cfe7 commit 0ee1ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml/vk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15892,7 +15892,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<command name="vkCmdExecuteCommands"/>
</require>
</feature>
<feature api="vulkan,vulkansc" name="VK_VERSION_1_1" depends="VK_VERSION_1_1" comment="Vulkan 1.1 core API interface definitions.">
<feature api="vulkan,vulkansc" name="VK_VERSION_1_1" depends="VK_VERSION_1_0" comment="Vulkan 1.1 core API interface definitions.">
<require>
<type name="VK_API_VERSION_1_1"/>
</require>
Expand Down Expand Up @@ -16224,7 +16224,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<type name="VkPhysicalDeviceShaderDrawParametersFeatures"/>
</require>
</feature>
<feature api="vulkan,vulkansc" name="VK_VERSION_1_2" depends="VK_VERSION_1_2" comment="Vulkan 1.2 core API interface definitions.">
<feature api="vulkan,vulkansc" name="VK_VERSION_1_2" depends="VK_VERSION_1_1" comment="Vulkan 1.2 core API interface definitions.">
<require>
<type name="VK_API_VERSION_1_2"/>
</require>
Expand Down Expand Up @@ -16419,7 +16419,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<command name="vkGetDeviceMemoryOpaqueCaptureAddress"/>
</require>
</feature>
<feature api="vulkan,vulkansc" name="VK_VERSION_1_3" depends="VK_VERSION_1_3" comment="Vulkan 1.3 core API interface definitions.">
<feature api="vulkan,vulkansc" name="VK_VERSION_1_3" depends="VK_VERSION_1_2" comment="Vulkan 1.3 core API interface definitions.">
<require>
<type name="VK_API_VERSION_1_3"/>
</require>
Expand Down

0 comments on commit 0ee1ff9

Please sign in to comment.