mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibGL: Add support for GL_BLEND in glEnable() and glDisable()
This commit is contained in:
parent
279737642c
commit
d6e9b433cf
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