|
|
|
|
|
by zozbot234
368 days ago
|
|
> Can you imagine rewriting a modern web browser engine to use GPU-accelerated text rendering? https://github.com/servo/pathfinder uses GPU compute shaders to do this, which has way better performance than trying to fit this task into the hardware 3D rendering pipeline (the SDF approach). |
|