mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
LibGL: Implement GL_BLEND_DST
and GL_BLEND_SRC
These context parameters are used to retrieve the active blend functions.
This commit is contained in:
parent
215d68baf6
commit
d57e9b53a0
Notes:
sideshowbarker
2024-07-17 06:40:21 +09:00
Author: https://github.com/gmta
Commit: d57e9b53a0
Pull-request: https://github.com/SerenityOS/serenity/pull/16810
2 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,8 @@ extern "C" {
|
|||
#define GL_MATRIX_MODE 0x0BA0
|
||||
#define GL_NORMALIZE 0x0BA1
|
||||
#define GL_VIEWPORT 0x0BA2
|
||||
#define GL_BLEND_DST 0x0BE0
|
||||
#define GL_BLEND_SRC 0x0BE1
|
||||
#define GL_COLOR_CLEAR_VALUE 0x0C22
|
||||
#define GL_DOUBLEBUFFER 0x0C32
|
||||
#define GL_TEXTURE_GEN_S 0x0C60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue