mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
LibGL+LibGPU: Implement GL_POINT_SMOOTH
context parameter
This commit is contained in:
parent
0dcb23ee96
commit
f13d4cd3a0
3 changed files with 14 additions and 0 deletions
|
@ -484,6 +484,7 @@ private:
|
|||
u8 m_unpack_alignment { 4 };
|
||||
|
||||
// Point drawing configuration
|
||||
bool m_point_smooth { false };
|
||||
float m_point_size { 1.f };
|
||||
|
||||
// Line drawing configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue