|
|
|
|
|
by naikrovek
1199 days ago
|
|
because rendering on the CPU is CPU-intensive when there's a lot of stuff scrolling by. even on an integrated GPU, text rendering is far faster when you use the GPU to render glyphs to a texture then display the texture instead of just displaying the glyphs individually with the CPU. |
|