72e1ff05a867fe55a8e66b5f550aca0265916b4c

The pango renderer was causing lots of override materials to be allocated because the vertex_buffer API converts AUTOMATIC mode into REPEAT for backwards compatibility. By explicitly setting the wrap mode to CLAMP_TO_EDGE when creating the glyph_material then the vertex_buffer API will leave it untouched.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%