mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
LibGL: Correct values for GL_BGR
and GL_BGRA
This commit is contained in:
parent
9a28ef7aa9
commit
29dc17b7b9
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…
Add table
Add a link
Reference in a new issue