Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VK_EXT_external_memory_metal add missing const to param
Browse files Browse the repository at this point in the history
aitor-lunarg committed Dec 4, 2024
1 parent bfd9ee2 commit bf0a84a
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
@@ -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><type>void</type>* <name>handle</name></param>
<param>const<type>void</type>* <name>handle</name></param>
<param><type>VkMemoryMetalHandlePropertiesEXT</type>* <name>pMemoryMetalHandleProperties</name></param>
</command>
</commands>

0 comments on commit bf0a84a

Please sign in to comment.