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

LibGL: Add support for GL_BLEND in glEnable() and glDisable()

This commit is contained in:
Stephan Unverwerth 2021-05-15 22:55:40 +02:00 committed by Linus Groh
parent 279737642c
commit d6e9b433cf
4 changed files with 22 additions and 1 deletions

View file

@ -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