mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-13 15:35:12 +00:00
Merge pull request #762 from Ralith/cleanup
Remove misleading wording in VkDescriptorBufferInfo::buffer comment
This commit is contained in:
commit
2bb2bd7ca1
@ -742,7 +742,7 @@ server.
|
|||||||
<member><type>VkDeviceSize</type> <name>maxResourceSize</name><comment>max size (in bytes) of this resource type</comment></member>
|
<member><type>VkDeviceSize</type> <name>maxResourceSize</name><comment>max size (in bytes) of this resource type</comment></member>
|
||||||
</type>
|
</type>
|
||||||
<type category="struct" name="VkDescriptorBufferInfo">
|
<type category="struct" name="VkDescriptorBufferInfo">
|
||||||
<member><type>VkBuffer</type> <name>buffer</name><comment>Buffer used for this descriptor slot when the descriptor is UNIFORM_BUFFER[_DYNAMIC] or STORAGE_BUFFER[_DYNAMIC]. VK_NULL_HANDLE otherwise.</comment></member>
|
<member><type>VkBuffer</type> <name>buffer</name><comment>Buffer used for this descriptor slot.</comment></member>
|
||||||
<member><type>VkDeviceSize</type> <name>offset</name><comment>Base offset from buffer start in bytes to update in the descriptor set.</comment></member>
|
<member><type>VkDeviceSize</type> <name>offset</name><comment>Base offset from buffer start in bytes to update in the descriptor set.</comment></member>
|
||||||
<member><type>VkDeviceSize</type> <name>range</name><comment>Size in bytes of the buffer resource for this descriptor update.</comment></member>
|
<member><type>VkDeviceSize</type> <name>range</name><comment>Size in bytes of the buffer resource for this descriptor update.</comment></member>
|
||||||
</type>
|
</type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user