mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibGL+LibGPU: Implement GL_LINE_SMOOTH
context parameter
This commit is contained in:
parent
f13d4cd3a0
commit
0abb7df09b
4 changed files with 15 additions and 0 deletions
|
@ -488,6 +488,7 @@ private:
|
|||
float m_point_size { 1.f };
|
||||
|
||||
// Line drawing configuration
|
||||
bool m_line_smooth { false };
|
||||
float m_line_width { 1.f };
|
||||
|
||||
// Lighting configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue