You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That question mainly about pointers management in Swift than SwiftImGui as is.
I'm trying to add thumbnail in asset browser, but get bad access because pointer to texture isn't valid at the moment when ImGuiImage have to be rendered.
I hold textures for thumbnails in dictionary and render it like this:
That question mainly about pointers management in Swift than SwiftImGui as is.
I'm trying to add thumbnail in asset browser, but get bad access because pointer to texture isn't valid at the moment when ImGuiImage have to be rendered.
I hold textures for thumbnails in dictionary and render it like this:
It would be nice to use ids instead of pointers.
The text was updated successfully, but these errors were encountered: