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
renderer.New method requires an parameter of type *imgui.FontAtlas. How do I create this *imgui.FontAtlas object and assign it to renderer.New method?
#19
Open
xtrn143 opened this issue
Apr 26, 2023
· 0 comments
renderer.New method requires an parameter of type *imgui.FontAtlas. How do I create this *imgui.FontAtlas object and assign it to renderer.New method? I don't know how to create imgui.FontAtlas, imgui.CurrentIO().Fonts() returns the imgui.FontAtlas object, but I can't call imgui.CurrentIO() before, what do I do?
The text was updated successfully, but these errors were encountered:
renderer.New method requires an parameter of type *imgui.FontAtlas. How do I create this *imgui.FontAtlas object and assign it to renderer.New method? I don't know how to create imgui.FontAtlas, imgui.CurrentIO().Fonts() returns the imgui.FontAtlas object, but I can't call imgui.CurrentIO() before, what do I do?
The text was updated successfully, but these errors were encountered: