1
Fork 0
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:
Jelle Raaijmakers 2022-05-08 01:42:53 +02:00 committed by Linus Groh
parent 0dcb23ee96
commit f13d4cd3a0
3 changed files with 14 additions and 0 deletions

View file

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