mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
LibWeb: Add GL types for WebGL 2.0
This commit is contained in:
parent
bebf787c36
commit
f2ac4f3f2e
Notes:
github-actions[bot]
2024-12-06 14:37:38 +00:00
Author: https://github.com/ADKaster
Commit: f2ac4f3f2e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2809
Reviewed-by: https://github.com/kalenikaliaksandr ✅
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ typedef long long GLsizeiptr;
|
|||
typedef unrestricted float GLfloat;
|
||||
typedef unrestricted float GLclampf;
|
||||
|
||||
// WebGL 2.0
|
||||
typedef long long GLint64;
|
||||
typedef unsigned long long GLuint64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue