mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:17:34 +00:00
LibAccelGfx+LibWeb: Move glyph atlas into a singleton class
This is going to allow us reuse glyph texture across painters and page repaints.
This commit is contained in:
parent
4b23046a22
commit
28723d8be1
6 changed files with 157 additions and 105 deletions
|
@ -3,6 +3,7 @@ include(accelerated_graphics)
|
|||
if (HAS_ACCELERATED_GRAPHICS)
|
||||
set(SOURCES
|
||||
GL.cpp
|
||||
GlyphAtlas.cpp
|
||||
Context.cpp
|
||||
Painter.cpp
|
||||
Program.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue