Skip to content
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

sokol_imgui.h: changed ImTextureID type from void* to uint64_t #1134

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

DctrNoob
Copy link
Contributor

This PR brings sokol_imgui.h up to date with Dear ImGui v1.91.4 which changes the type of ImTextureID from void* to uint64_t.

floooh added a commit that referenced this pull request Oct 22, 2024
@floooh floooh merged commit 33185e4 into floooh:master Oct 22, 2024
38 checks passed
@floooh
Copy link
Owner

floooh commented Oct 22, 2024

Ok, merged. I also added a little blurb to the changelog. Thanks!

This change didn't actually require any changes in the sokol-samples, but there was an unrelated minor breakage in the cimgui API (the ImDrawList_AddCallback signature has changed).

@DctrNoob DctrNoob deleted the simgui-textureid-update branch October 22, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants