-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an API to free texture descritpors allocated by Vulkan backend #5738
Comments
The Can you confirm that calling The function names are misleading and handling of ImTextureID for Vulkan may evolve. |
Yes, this is how I do things in my code now. It just seems weird to have one end wrapped and not the other. |
Added a588f00 |
Right now, there is an ImGui_ImplXXX_AddTexture function, but there doesn't appear to be a corresponding function to free a texture you don't need anymore without making raw platform API calls (e.g. vkFreeDescriptorSets) yourself.
The text was updated successfully, but these errors were encountered: