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

LibGL: Allow querying maximum matrix stack depths

This commit is contained in:
Jelle Raaijmakers 2021-12-21 00:56:13 +01:00 committed by Brian Gianforcaro
parent 18399d00fa
commit 604eea5827
2 changed files with 9 additions and 0 deletions

View file

@ -83,6 +83,9 @@ extern "C" {
// Get parameters
#define GL_DOUBLEBUFFER 0x0C32
#define GL_MAX_TEXTURE_SIZE 0x0D33
#define GL_MAX_MODELVIEW_STACK_DEPTH 0x0D36
#define GL_MAX_PROJECTION_STACK_DEPTH 0x0D38
#define GL_MAX_TEXTURE_STACK_DEPTH 0x0D39
#define GL_RED_BITS 0x0D52
#define GL_GREEN_BITS 0x0D53
#define GL_BLUE_BITS 0x0D54