1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-28 02:50:06 +00:00
This commit is contained in:
Michael Böhme 2025-11-20 22:23:58 -05:00 committed by GitHub
commit bcbe7d7681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1362,6 +1362,7 @@ VkDescriptorSet ImGui_ImplVulkan_AddTexture(VkSampler sampler, VkImageView image
}
// Update the Descriptor Set:
if (descriptor_set != VK_NULL_HANDLE)
{
VkDescriptorImageInfo desc_image[1] = {};
desc_image[0].sampler = sampler;