mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
LibGL: Implement the GL_LIGHTING
parameter
This commit is contained in:
parent
b1ac181537
commit
b89524c981
3 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue