mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibAccelGfx+LibWeb: Add text shadow support in GPU painter
This commit is contained in:
parent
b5f9c1d003
commit
5c0cd0f484
6 changed files with 133 additions and 4 deletions
|
@ -20,6 +20,8 @@ public:
|
|||
RoundedRectangleProgram,
|
||||
BlitProgram,
|
||||
LinearGradientProgram,
|
||||
BlurProgram,
|
||||
|
||||
ProgramCount,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue