vulkan: set VkDescriptorAddressInfoEXT.sType

This was not done, resulting in validation issues, and potential
driver issues.
This commit is contained in:
Lynne 2024-07-14 18:27:23 +02:00
parent 4ec45aca36
commit e11087b162
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 0 deletions

View File

@ -1689,6 +1689,7 @@ int ff_vk_set_descriptor_buffer(FFVulkanContext *s, FFVulkanPipeline *pl,
.type = desc_set->binding[bind].descriptorType,
};
VkDescriptorAddressInfoEXT desc_buf_info = {
.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_ADDRESS_INFO_EXT,
.address = addr,
.range = len,
.format = fmt,