LibWeb: Add GL types for WebGL 2.0

This commit is contained in:
Andrew Kaster 2024-12-05 17:16:48 -07:00 committed by Alexander Kalenik
commit f2ac4f3f2e
Notes: github-actions[bot] 2024-12-06 14:37:38 +00:00

View file

@ -10,3 +10,6 @@ typedef long long GLsizeiptr;
typedef unrestricted float GLfloat; typedef unrestricted float GLfloat;
typedef unrestricted float GLclampf; typedef unrestricted float GLclampf;
// WebGL 2.0
typedef long long GLint64;
typedef unsigned long long GLuint64;