mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibGL: Add buffer API stubs
No implemented functionality, but this makes it easier to see if software is using this family of functions.
This commit is contained in:
parent
1c32d93a12
commit
03258f4c96
Notes:
sideshowbarker
2024-07-17 05:19:53 +09:00
Author: https://github.com/gmta
Commit: 03258f4c96
Pull-request: https://github.com/SerenityOS/serenity/pull/15652
Reviewed-by: https://github.com/Quaker762
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/sunverwerth ✅
6 changed files with 80 additions and 1 deletions
|
@ -28,9 +28,11 @@ typedef unsigned char GLboolean;
|
|||
typedef short GLshort;
|
||||
typedef unsigned short GLushort;
|
||||
typedef int GLint;
|
||||
typedef long GLintptr;
|
||||
typedef unsigned int GLuint;
|
||||
typedef int GLfixed;
|
||||
typedef int GLsizei;
|
||||
typedef unsigned long GLsizeiptr;
|
||||
typedef void GLvoid;
|
||||
typedef float GLfloat;
|
||||
typedef double GLclampd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue