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:
parent
00d46e5d77
commit
af217b0c3a
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue