mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-28 02:50:06 +00:00
Merge 28e22d8028 into 6d910d5487
This commit is contained in:
commit
bcbe7d7681
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue