Skip to content

Commit

Permalink
VK_EXT_external_memory_metal fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
aitor-lunarg committed Dec 5, 2024
1 parent 5eabdbb commit e120acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/vk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16228,7 +16228,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<proto><type>VkResult</type> <name>vkGetMemoryMetalHandlePropertiesEXT</name></proto>
<param><type>VkDevice</type> <name>device</name></param>
<param><type>VkExternalMemoryHandleTypeFlagBits</type> <name>handleType</name></param>
<param>const <type>void</type>* <name>handle</name></param>
<param>const <type>void</type>* <name>pHandle</name></param>
<param><type>VkMemoryMetalHandlePropertiesEXT</type>* <name>pMemoryMetalHandleProperties</name></param>
</command>
</commands>
Expand Down

0 comments on commit e120acf

Please sign in to comment.