Skip to content

gl: avoid copying GskGLCachedGlyph in lookup

Christian Hergert requested to merge wip/chergert/const-glyph-cache into master

This saves a minor amount of CPU time by avoiding the copy of structure on each lookup (which is short-lived).

Merge request reports