1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:27:35 +00:00

LibGL+LibGPU: Implement GL_LINE_SMOOTH context parameter

This commit is contained in:
Jelle Raaijmakers 2022-05-08 01:43:43 +02:00 committed by Linus Groh
parent f13d4cd3a0
commit 0abb7df09b
4 changed files with 15 additions and 0 deletions

View file

@ -60,6 +60,7 @@ extern "C" {
#define GL_COLOR_BUFFER_BIT 0x04000
// Enable capabilities
#define GL_LINE_SMOOTH 0x0B20
#define GL_POLYGON_MODE 0x0B40
#define GL_POLYGON_SMOOTH 0x0B41
#define GL_POLYGON_STIPPLE 0x0B42