mirror of https://git.ffmpeg.org/ffmpeg.git
vulkan: set VkDescriptorAddressInfoEXT.sType
This was not done, resulting in validation issues, and potential driver issues.
This commit is contained in:
parent
4ec45aca36
commit
e11087b162
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue