mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
LibGL: Implement GL_CURRENT_COLOR
context parameter
This commit is contained in:
parent
759ef82e75
commit
07e94b3ec1
Notes:
sideshowbarker
2024-07-17 07:16:12 +09:00
Author: https://github.com/gmta
Commit: 07e94b3ec1
Pull-request: https://github.com/SerenityOS/serenity/pull/15150
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/sunverwerth ✅
2 changed files with 13 additions and 0 deletions
|
@ -96,6 +96,7 @@ extern "C" {
|
|||
#define GL_SHADING_LANGUAGE_VERSION 0x8B8C
|
||||
|
||||
// Get parameters
|
||||
#define GL_CURRENT_COLOR 0x0B00
|
||||
#define GL_COLOR_MATERIAL_FACE 0x0B55
|
||||
#define GL_COLOR_MATERIAL_MODE 0x0B56
|
||||
#define GL_COLOR_MATERIAL 0x0B57
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue