LibGL+LibGPU: Copy line width to rasterizer in glLineWidth

This commit is contained in:
Jelle Raaijmakers 2022-05-08 01:46:46 +02:00 committed by Linus Groh
commit 582fb3f263
Notes: sideshowbarker 2024-07-17 11:06:39 +09:00
2 changed files with 4 additions and 0 deletions

View file

@ -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 };