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

LibGL: Add glext.h and lots of new defines in gl.h

These constants are used by GLU and Tux Racer.
This commit is contained in:
Jelle Raaijmakers 2021-12-24 14:38:29 +01:00 committed by Andreas Kling
parent 2ce73b31b6
commit 70c6907546
4 changed files with 116 additions and 0 deletions

View file

@ -35,6 +35,7 @@ typedef unsigned long long GLuint64;
typedef int GLsizei;
typedef void GLvoid;
typedef float GLfloat;
typedef double GLclampd;
typedef float GLclampf;
typedef double GLdouble;
typedef unsigned int GLenum;