Skip to content

Commit

Permalink
Remove incorrect optional attribute on VkCudaLaunchInfoNV::pParams an…
Browse files Browse the repository at this point in the history
…d pExtras (#2263)
  • Loading branch information
expipiplus1 authored Dec 13, 2023
1 parent f8d7612 commit 6f7dc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/vk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7657,9 +7657,9 @@ typedef void* <name>MTLSharedEvent_id</name>;
<member><type>uint32_t</type> <name>blockDimZ</name></member>
<member><type>uint32_t</type> <name>sharedMemBytes</name></member>
<member optional="true"><type>size_t</type> <name>paramCount</name></member>
<member optional="true" len="paramCount">const <type>void</type>* const * <name>pParams</name></member>
<member len="paramCount">const <type>void</type>* const * <name>pParams</name></member>
<member optional="true"><type>size_t</type> <name>extraCount</name></member>
<member optional="true" len="extraCount">const <type>void</type>* const * <name>pExtras</name></member>
<member len="extraCount">const <type>void</type>* const * <name>pExtras</name></member>
</type>
<type category="struct" name="VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT" structextends="VkPhysicalDeviceFeatures2,VkDeviceCreateInfo">
<member values="VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RGBA10X6_FORMATS_FEATURES_EXT"><type>VkStructureType</type> <name>sType</name></member>
Expand Down

0 comments on commit 6f7dc05

Please sign in to comment.