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
Notes: sideshowbarker 2024-07-17 20:35:43 +09:00

View file

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