mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibGL+LibGPU: Implement glPointSize
This commit is contained in:
parent
ac3e46b97d
commit
0dcb23ee96
Notes:
sideshowbarker
2024-07-17 11:06:51 +09:00
Author: https://github.com/gmta
Commit: 0dcb23ee96
Pull-request: https://github.com/SerenityOS/serenity/pull/13970
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sunverwerth ✅
6 changed files with 25 additions and 4 deletions
|
@ -38,6 +38,7 @@ struct RasterizerOptions {
|
|||
bool fog_enabled { false };
|
||||
float fog_start { 0.0f };
|
||||
float fog_end { 1.0f };
|
||||
float point_size { 1.f };
|
||||
bool scissor_enabled { false };
|
||||
bool normalization_enabled { false };
|
||||
Gfx::IntRect scissor_box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue