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

LibGL: Implement GL_(CLIENT_)?ACTIVE_TEXTURE context parameters

This commit is contained in:
Jelle Raaijmakers 2022-09-06 17:10:11 +02:00 committed by Linus Groh
parent 00d46e5d77
commit af217b0c3a
3 changed files with 7 additions and 1 deletions

View file

@ -121,6 +121,8 @@ extern "C" {
#define GL_ALPHA_BITS 0x0D55
#define GL_DEPTH_BITS 0x0D56
#define GL_STENCIL_BITS 0x0D57
#define GL_ACTIVE_TEXTURE 0x84E0
#define GL_CLIENT_ACTIVE_TEXTURE 0x84E1
#define GL_MAX_TEXTURE_UNITS 0x84E2
#define GL_MAX_LIGHTS 0x0D31
#define GL_AUTO_NORMAL 0x0D80