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
Rendering and layout computation of NanoGUI widgets can sometimes spend
a significant amount of time in the functions ``nvgText[Box]Bounds()``.
This commit introduces a simple local caching scheme that stores the
bounds of relevant strings in each widget.
0 commit comments