mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
LibGL: Correct values for GL_BGR
and GL_BGRA
This commit is contained in:
parent
9a28ef7aa9
commit
29dc17b7b9
Notes:
sideshowbarker
2024-07-17 20:35:43 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/29dc17b7b9f Pull-request: https://github.com/SerenityOS/serenity/pull/12017 Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 2 additions and 2 deletions
|
@ -243,8 +243,8 @@ extern "C" {
|
|||
#define GL_LUMINANCE8 0x8040
|
||||
#define GL_LUMINANCE_ALPHA 0x190A
|
||||
#define GL_LUMINANCE8_ALPHA8 0x8045
|
||||
#define GL_BGR 0x190B
|
||||
#define GL_BGRA 0x190C
|
||||
#define GL_BGR 0x80E0
|
||||
#define GL_BGRA 0x80E1
|
||||
#define GL_BITMAP 0x1A00
|
||||
|
||||
#define GL_LUMINANCE8 0x8040
|
||||
|
|
Loading…
Reference in a new issue