mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
LibGL: Add support for GL_BLEND in glEnable() and glDisable()
This commit is contained in:
parent
279737642c
commit
d6e9b433cf
Notes:
sideshowbarker
2024-07-18 18:03:44 +09:00
Author: https://github.com/sunverwerth
Commit: d6e9b433cf
Pull-request: https://github.com/SerenityOS/serenity/pull/7156
4 changed files with 22 additions and 1 deletions
|
@ -36,6 +36,7 @@ extern "C" {
|
|||
// Enable capabilities
|
||||
#define GL_CULL_FACE 0x0B44
|
||||
#define GL_DEPTH_TEST 0x0B71
|
||||
#define GL_BLEND 0x0BE2
|
||||
|
||||
// Utility
|
||||
#define GL_VENDOR 0x1F00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue