mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Fonts: fixed compaction gc-ing baked fonts used in the current frame + rename.
This commit is contained in:
parent
e8035b94e5
commit
0436fba13c
2 changed files with 13 additions and 12 deletions
|
|
@ -3702,7 +3702,7 @@ IMGUI_API const ImFontLoader* ImFontAtlasGetFontLoaderForStbTruetype();
|
|||
struct ImFontAtlasRectEntry
|
||||
{
|
||||
int TargetIndex : 31; // When Used: ImFontAtlasRectId -> into Rects[]. When unused: index to next unused RectsIndex[] slot to consume free-list.
|
||||
unsigned int Used : 1;
|
||||
unsigned int IsUsed : 1;
|
||||
};
|
||||
|
||||
// Data available to potential texture post-processing functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue