-
Notifications
You must be signed in to change notification settings - Fork 66
BREAKING deps(update): run make update #448
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
updates to imgui v1.92.0
this time for imnodes
From imgui 1.92.0 release notes: - Fonts: obsoleted ImFontAtlas::GetTexDataAsRGBA32(), GetTexDataAsAlpha8(), Build(), SetTexID() and IsBuilt() functions. The new protocol for backends to handle textures doesn't need them. Kept redirection functions (will obsolete). - A majority of old backends should still work with new code (behaving like they did before). - Calling ImFontAtlas::Build() before initializing new backends will erroneously trigger preloading all glyphs. Will be detected with an assertion after the backend is initialized.
If name present in Replace table, no further changes will be done (including removing Get prefix)
shadowing TexId field
Generally I think Backend should utilize TextureRef instead of TextureID now.
This was referenced Jun 26, 2025
Separate getters and setters for struct members
This was referenced Jun 27, 2025
- Do not call (removed) GetFontDataAsXXX - Configure ImGui::IO by setting RendererHasTextures backend flag
this concept was entirely removed in imgui. This will be now handled through Texture Requests
gucio321
added a commit
to gucio321/cimgui-go
that referenced
this pull request
Jul 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updates to imgui v1.92.0
BREAKING
GetTexDataAsXXXhas been removed according to imgui changes.Status
FontBaked(function) shadowsFontBaked(type). Gonna return Get prefix for function, butcodegendoesn't respect replaces enough.ImVector<xxx>*to get access toImDrawData->Textures