1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +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

@ -38,6 +38,7 @@ struct RasterizerOptions {
bool fog_enabled { false };
float fog_start { 0.0f };
float fog_end { 1.0f };
bool point_smooth { false };
float point_size { 1.f };
bool scissor_enabled { false };
bool normalization_enabled { false };