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

LibGL: Correct values for GL_BGR and GL_BGRA

This commit is contained in:
Jelle Raaijmakers 2022-01-17 18:10:05 +01:00 committed by Andreas Kling
parent 9a28ef7aa9
commit 29dc17b7b9

View file

@ -243,8 +243,8 @@ extern "C" {
#define GL_LUMINANCE8 0x8040 #define GL_LUMINANCE8 0x8040
#define GL_LUMINANCE_ALPHA 0x190A #define GL_LUMINANCE_ALPHA 0x190A
#define GL_LUMINANCE8_ALPHA8 0x8045 #define GL_LUMINANCE8_ALPHA8 0x8045
#define GL_BGR 0x190B #define GL_BGR 0x80E0
#define GL_BGRA 0x190C #define GL_BGRA 0x80E1
#define GL_BITMAP 0x1A00 #define GL_BITMAP 0x1A00
#define GL_LUMINANCE8 0x8040 #define GL_LUMINANCE8 0x8040