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

LibGL: Implement the GL_LIGHTING parameter

This commit is contained in:
Jelle Raaijmakers 2021-12-01 22:18:40 +01:00 committed by Andreas Kling
parent b1ac181537
commit b89524c981
3 changed files with 13 additions and 0 deletions

View file

@ -178,6 +178,7 @@ extern "C" {
#define GL_RGBA 0x1908
// Lighting related defines
#define GL_LIGHTING 0x0B50
#define GL_LIGHT_MODEL_TWO_SIDE 0x0B52
#define GL_LIGHT_MODEL_AMBIENT 0x0B53