memononen / nanovg

Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
zlib License
5.15k stars 770 forks source link

* improved texture management #656

Closed mulle-nat closed 8 months ago

mulle-nat commented 1 year ago

No more looping to map image ids to textures. Added bonus: stable image ids which make "leaking" textures easier to identify.