ash/generator
Marijn Suijten 335251d383
Enable descriptor_count() setter on ash::vk::WriteDescriptorSet (#809)
This parameter is not only used for the length of `pImageInfo`,
`pBufferInfo` or `pTexelBufferView`, but also matching the value
of `dataSize` when `VkWriteDescriptorSetInlineUniformBlock` is
appended in `pNext`, or the value of `accelerationStructureCount`
when `VkWriteDescriptorSetAccelerationStructureKHR` is in `pNext`.
Having the count setter directly avaialble makes builder code more
natural, instead of having to use a `mut` variable and manually assign
`.descriptor_count = xx.len();` afterwards.

https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkWriteDescriptorSet.html
2023-10-31 10:16:34 +01:00
..
src Enable descriptor_count() setter on ash::vk::WriteDescriptorSet (#809) 2023-10-31 10:16:34 +01:00
Vulkan-Headers@374f9fd975 Update Vulkan-Headers to 1.3.269 (#783) 2023-10-21 00:47:28 +02:00
Cargo.toml Update Vulkan-Headers to 1.3.246 (#723) 2023-04-03 10:18:26 +02:00