mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
LibGL+LibGPU: Copy line width to rasterizer in glLineWidth
This commit is contained in:
parent
0abb7df09b
commit
582fb3f263
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,7 @@ struct RasterizerOptions {
|
|||
float fog_start { 0.0f };
|
||||
float fog_end { 1.0f };
|
||||
bool line_smooth { false };
|
||||
float line_width { 1.f };
|
||||
bool point_smooth { false };
|
||||
float point_size { 1.f };
|
||||
bool scissor_enabled { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue