|
|
|
|
|
by afishhh
242 days ago
|
|
> Drawing text isn't simple I agree, but even this article seems to oversimplify. > You can't really optimize texture copies much more. Did the author try packing the textures in an atlas? Texture atlases can improve performance significantly since then you can use instanced draw calls to draw a whole bunch of glyphs at once. |
|